Skip to content

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 24 Mar 22:24

Deeper skill template

The SKILL.md installed by rust-doctor setup produced shallow scans: agents ran one command and summarized the output. The rewritten template enforces a three-pass pipeline:

  1. Scan & Capture: --json for structured data plus --plan for priorities
  2. Triage: P0-P3 classification by severity and category
  3. Investigate & Fix: mandatory source read before reporting, concrete before/after code for each P0/P1 finding, and a post-fix re-scan

Hard Rules and DO NOT sections explicitly ban shallow-analysis patterns (summary tables without source reads, generic advice without call sites, skipping verification).

Full Changelog: v0.1.16...v0.1.17