What problem does it solve?
This Skill automates the initial drafting and refinement of rule plans for the inspequte static analysis tool, ensuring a structured approach to defining new code quality rules.
Core Features & Use Cases
- Rule Plan Generation: Creates or updates
plan.md files for new or existing rules based on a brief idea and target rule ID.
- Risk Assessment: Automatically includes a checklist of potential risks associated with the rule implementation.
- Focused Scope: Ensures that only the
plan.md is affected, leaving spec.md untouched during this phase.
- Use Case: When you have a new idea for a static analysis rule, like "detecting unused private fields," you can use this Skill to quickly generate the foundational
plan.md document, outlining the problem, detection strategy, and risks.
Quick Start
Use the inspequte-rule-plan skill to draft a plan for a new rule with the idea 'detect unused private fields' and target rule-id 'unused-private-fields'.