Implement CodeRabbit reference architecture with production-grade .coderabbit.yaml configuration. Use when designing review configuration for a new project, establishing team standards, or building a comprehensive review setup from scratch. Trigger with phrases like "coderabbit architecture", "coderabbit best practices", "coderabbit project structure", "coderabbit reference config", "coderabbit full setup".
80
77%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/saas-packs/coderabbit-pack/skills/coderabbit-reference-architecture/SKILL.mdQuality
Discovery
89%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 solid skill description with strong completeness and distinctiveness. It clearly identifies when to use the skill and provides explicit trigger phrases. The main weakness is that the 'what' portion could be more specific about the concrete actions performed beyond 'implement reference architecture' — listing specific configuration capabilities would strengthen it.
Suggestions
Add more specific concrete actions to the 'what' portion, e.g., 'configure review rules, set up language-specific analyzers, define path-based review policies, establish severity thresholds' to improve specificity.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | It names the domain (CodeRabbit configuration) and mentions some actions like 'implement reference architecture' and 'production-grade .coderabbit.yaml configuration', but doesn't list multiple concrete actions (e.g., setting up review rules, configuring language-specific checks, defining ignore patterns). | 2 / 3 |
Completeness | Clearly answers both 'what' (implement CodeRabbit reference architecture with production-grade .coderabbit.yaml configuration) and 'when' (designing review configuration for a new project, establishing team standards, building comprehensive review setup from scratch), with explicit trigger phrases. | 3 / 3 |
Trigger Term Quality | Includes explicit trigger phrases like 'coderabbit architecture', 'coderabbit best practices', 'coderabbit project structure', 'coderabbit reference config', 'coderabbit full setup' which are natural terms a user would say. Also includes contextual triggers like 'review configuration', 'team standards', and '.coderabbit.yaml'. | 3 / 3 |
Distinctiveness Conflict Risk | Very specific niche targeting CodeRabbit reference architecture and .coderabbit.yaml configuration. The tool-specific naming and explicit trigger phrases make it highly unlikely to conflict with other skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
64%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, highly actionable reference architecture skill with complete, executable YAML configurations and good project-type templates. Its main weaknesses are verbosity (the architecture diagram and onboarding doc add bulk without proportional value for Claude) and the lack of an explicit validation step in the workflow after config creation. The content would benefit from splitting supplementary material into referenced files.
Suggestions
Add an explicit validation step after creating .coderabbit.yaml (e.g., 'Validate: python3 -c "import yaml; yaml.safe_load(open('.coderabbit.yaml'))"') as part of the main workflow, not just in the error handling table.
Move project-specific templates (Node.js, React, Python/Django) and the team onboarding document into separate referenced files to reduce the main skill's token footprint.
Remove or significantly condense the architecture diagram — Claude understands PR review flows and this adds ~20 lines of ASCII art for minimal instructional value.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is fairly comprehensive but includes some unnecessary verbosity. The architecture diagram, while visually appealing, explains a basic PR workflow that Claude already understands. The team onboarding document section and some explanatory text could be trimmed. However, the YAML configuration itself is dense and useful. | 2 / 3 |
Actionability | The skill provides a complete, copy-paste ready .coderabbit.yaml configuration, project-specific template snippets, a CI pipeline YAML, and a concrete troubleshooting table with specific commands. All code blocks are executable and specific. | 3 / 3 |
Workflow Clarity | The steps are clearly numbered (Step 1-4) and sequenced, but there's no validation checkpoint after creating the config file. The error handling table partially compensates, but there's no explicit 'validate your config before committing' step in the workflow, which is important for YAML configuration that could break if malformed. | 2 / 3 |
Progressive Disclosure | The skill references external skills ('coderabbit-install-auth', 'coderabbit-core-workflow-b') and external docs, which is good. However, the content is quite long and monolithic — the project-specific templates (Node.js, React, Python/Django) and the team onboarding document could reasonably be split into separate referenced files rather than inlined. | 2 / 3 |
Total | 9 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
3a2d27d
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.