CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 39 AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Includes 5 callable workflow skills (rails-tdd-loop, rails-review-flow, rails-setup-flow, rails-quality-flow, rails-engines-flow) for complete development cycles. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

95

1.20x
Quality

98%

Does it follow best practices?

Impact

95%

1.20x

Average score across 35 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

sample_issue.mdskills/planning/ticket-planning/assets/ticket-samples/

Title: Fix order total rounding error

Description: When applying percentage discounts to orders with multiple line items, totals are rounding inconsistently causing a mismatch between displayed total and sum of line items.

Steps to reproduce:

  1. Create cart with items: A (price 199.99, qty 1), B (price 49.50, qty 2)
  2. Apply discount code 'MULTI5' (5%)
  3. Place order and observe total displayed vs sum of line items

Acceptance criteria:

  • Add unit test reproducing mismatch
  • Fix rounding logic so displayed total equals sum of adjusted line items
  • Add regression spec

Estimate: 2

Labels: bug, billing

skills

README.md

tile.json