CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of AI agent skills for Ruby on Rails development. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and workflow automation.

95

2.21x
Quality

97%

Does it follow best practices?

Impact

91%

2.21x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

Quality

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly defines its scope (RSpec service specs), provides explicit trigger guidance ('Use when...'), and enumerates specific techniques covered. It uses third-person voice appropriately and includes both natural developer terminology and specific file path references that aid in disambiguation from other potential testing skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and concepts: instance_double, FactoryBot hash factories, shared_examples, subject/let blocks, context/describe structure, aggregate_failures, change matchers, travel_to, and error scenario testing. These are highly specific RSpec testing techniques.

3 / 3

Completeness

Clearly answers both 'what' (covers instance_double, FactoryBot hash factories, shared_examples, etc.) and 'when' (explicitly starts with 'Use when writing RSpec tests for service objects, API clients, orchestrators, or business logic in spec/services/').

3 / 3

Trigger Term Quality

Excellent coverage of natural terms a developer would use: 'RSpec tests', 'service objects', 'API clients', 'orchestrators', 'business logic', 'spec/services/', 'FactoryBot', 'shared_examples', 'instance_double', 'change matchers', 'travel_to'. These are all terms developers naturally use when discussing Ruby testing.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: RSpec tests specifically for service objects in spec/services/. The combination of the directory path, the specific object types (service objects, API clients, orchestrators), and the enumerated RSpec techniques makes it very unlikely to conflict with other testing skills (e.g., controller specs, model specs).

3 / 3

Total

12

/

12

Passed

Implementation

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is an excellent skill file that is concise, actionable, and well-structured. It provides executable code templates, a clear TDD workflow with validation checkpoints, and appropriate progressive disclosure through external references. The common mistakes table and new test file checklist add practical value without bloat.

DimensionReasoningScore

Conciseness

Every section earns its place. No unnecessary explanations of what RSpec is or how Ruby works. Tables are compact, the template is practical, and the checklist is terse but complete.

3 / 3

Actionability

Provides a fully executable spec template with real-world patterns (shelter/animal domain), concrete instance_double usage, specific bundle exec commands, and copy-paste ready code blocks.

3 / 3

Workflow Clarity

The Write → Run → Verify → Fix → Suite workflow is clearly sequenced with an explicit validation checkpoint ('Confirm failures are for the right reason') and a regression check step. The bold warning about not implementing before step 1 adds a critical guardrail.

3 / 3

Progressive Disclosure

The skill provides a concise overview with a clear one-level-deep reference to PATTERNS.md for FactoryBot hash factories, and an integration table pointing to related skills. Content is well-split between inline essentials and external references.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents