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.

73

Quality

91%

Does it follow best practices?

Impact

No eval scenarios have been run

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 (Ruby YARD documentation), lists specific capabilities (param, option, return, raise, example tags), and provides explicit trigger guidance. It uses proper third-person voice and includes a comprehensive set of natural trigger terms that Ruby developers would use.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'writing or reviewing inline documentation', 'YARD tags for classes and public methods', and enumerates specific tags (param, option, return, raise, example tags).

3 / 3

Completeness

Clearly answers both 'what' (writing/reviewing inline documentation for Ruby code, covering YARD tags for classes and public methods) and 'when' (explicit 'Use when' clause with trigger words listed).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would say: 'YARD', 'inline docs', 'method documentation', 'API docs', 'public interface', 'rdoc'. These are terms Ruby developers naturally use when seeking documentation help.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — targets a specific niche (Ruby YARD documentation) with domain-specific trigger terms like 'YARD', 'rdoc', and 'param/option/return tags' that are unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Implementation

77%

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

This is a solid, actionable YARD documentation skill with excellent concrete examples and clear enforcement gates. Its main weakness is redundancy — the English language requirement and documentation-before-merge rule are each stated multiple times, and the Common Mistakes and Red Flags sections substantially overlap. Consolidating these would improve token efficiency without losing any information.

Suggestions

Consolidate the three separate English-language enforcement points (core principle, quick reference row, HARD-GATE: Language) into a single prominent statement to reduce redundancy.

Merge 'Common Mistakes' and 'Red Flags' into a single section, as most items appear in both (e.g., missing @raise, missing @option, non-English docs, merging without YARD).

DimensionReasoningScore

Conciseness

The skill is mostly efficient but has some redundancy — the language requirement is stated three times (core principle, quick reference table, and a dedicated HARD-GATE section), and the 'Common Mistakes' and 'Red Flags' sections overlap significantly. The content could be tightened by consolidating these.

2 / 3

Actionability

Provides fully concrete, copy-paste-ready Ruby code examples for every tag type (class-level, params, return, raise, option, example). The good-vs-bad comparison gives clear executable patterns, and the tag usage is specific and unambiguous.

3 / 3

Workflow Clarity

The workflow is clear: implement code → add/update YARD on public surfaces → verify before PR. The HARD-GATE sections establish explicit checkpoints, and the 'When to Document' section provides an unambiguous decision framework. For a documentation skill (not a destructive/batch operation), this level of workflow guidance is appropriate.

3 / 3

Progressive Disclosure

The skill is well-structured with clear sections and tables, but it's somewhat long (~120 lines of content) with overlapping sections (Common Mistakes vs Red Flags, multiple language enforcement blocks) that could be consolidated or split. The Integration table references other skills nicely, but no content is offloaded to separate files despite the length.

2 / 3

Total

10

/

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