tessl i github:alchemiststudiosDOTai/coderabbit-fix-flow-plugin --skill coderabbit-fix-flowThis skill should be used when CodeRabbit code review feedback needs to be processed and fixed systematically. Use after running `coderabbit --plain` to automatically save feedback, analyze issues using MCP tools, and implement minimal code fixes with proper planning.
Review Score
66%
Validation Score
13/16
Implementation Score
50%
Activation Score
75%
Generated
Validation
Total
13/16Score
Passed| Criteria | Score |
|---|---|
description_trigger_hint | Description may be missing an explicit 'when to use' trigger hint (e.g., 'Use when...') |
metadata_version | 'metadata' field is not a dictionary |
license_field | 'license' field is missing |
Implementation
Suggestions 4
Score
50%Overall Assessment
This skill provides a reasonable workflow structure for processing CodeRabbit feedback but lacks the concrete, executable guidance needed for full actionability. The MCP tool usage sections describe what to do conceptually but don't show actual tool invocation syntax. Validation steps exist but lack explicit feedback loops for error recovery.
Suggestions
| Dimension | Score | Reasoning |
|---|---|---|
Conciseness | 2/3 | The skill contains some unnecessary explanation (e.g., 'This skill automates the workflow...' overview, 'When to Use' section explaining obvious context). The workflow steps are reasonably efficient but could be tightened. |
Actionability | 2/3 | Provides some concrete examples (TypeScript/Python fix patterns, bash command) but lacks executable MCP tool invocation syntax. Steps like 'Use the sequential thinking MCP tool' are vague without showing actual tool calls or parameters. |
Workflow Clarity | 2/3 | Steps are clearly sequenced (1-6) with logical flow, but validation is mentioned only at the end without explicit feedback loops. Missing checkpoint for verifying fixes before moving to next issue, and no error recovery guidance if validation fails. |
Progressive Disclosure | 2/3 | Content is reasonably organized with clear sections, but the 'Issue Type Patterns' section could be split to a separate reference file. The skill is somewhat long (~150 lines) with inline content that could benefit from external references for patterns and examples. |
Activation
Suggestions 2
Score
75%Overall Assessment
This description effectively communicates when to use the skill with explicit trigger conditions and a specific tool context (CodeRabbit). However, it could be more specific about the concrete actions performed and include more natural keyword variations that users might use when requesting help with code review feedback.
Suggestions
| Dimension | Score | Reasoning |
|---|---|---|
Specificity | 2/3 | Names the domain (CodeRabbit code review) and some actions ('process feedback', 'analyze issues', 'implement fixes'), but lacks specific concrete actions like what types of fixes or how analysis works. |
Completeness | 3/3 | Clearly answers both what ('process and fix CodeRabbit feedback, analyze issues using MCP tools, implement minimal code fixes') and when ('after running coderabbit --plain', 'when CodeRabbit feedback needs to be processed'). |
Trigger Term Quality | 2/3 | Includes relevant terms like 'CodeRabbit', 'code review', 'feedback', and the command 'coderabbit --plain', but misses common variations users might say like 'CR feedback', 'review comments', or 'fix suggestions'. |
Distinctiveness Conflict Risk | 3/3 | Very specific niche targeting CodeRabbit tool integration with distinct trigger of 'coderabbit --plain' command; unlikely to conflict with generic code review or linting skills. |