Thanks for your interest. Bug reports, ideas, and questions are all welcome.
Radar-suite is a family of six audit skills that share conventions and handoff formats:
data-model-radar: @Model layer audittime-bomb-radar: deferred operations that crash on aged dataroundtrip-radar: workflow data safetyui-path-radar: navigation dead ends and broken promisesui-enhancer-radar: visual UI auditcapstone-radar: ship/no-ship aggregation
Each skill lives under skills/<name>/SKILL.md. Shared patterns live in radar-suite-core.md.
Open an issue using the Bug report template. Please tell us which skill was running, what you expected, and what you got. For false positives or missed detections, a code snippet that triggered the issue is the most useful single thing you can include.
Open an issue using the Feature request template. Please indicate:
- Which skill the suggestion belongs to (or if it's cross-cutting)
- A real example: either a bug the audit missed or a pattern it misclassified
- Whether the suggestion is a structural change or an additive rule
Start a thread in Discussions. Keeps the issue tracker focused on work.
Most contributions are edits to SKILL.md files and the shared radar-suite-core.md.
- Fork the repo
- Create a branch off
main - Make your changes
- Open a PR describing what changed and which skill is affected. For cross-skill changes (core conventions, handoff format), describe the ripple effect on each consuming skill.
For substantive changes (new skills, structural rewrites of core conventions), open an issue first.
The highest-value reports come from real audit sessions. A finding that was wrong, a pattern the audit missed, or a handoff step that broke: these are more useful than abstract suggestions. Screenshots, log excerpts, or before-and-after examples are ideal.