aads-status-triage
Triage AADS-ULoRA requests by capturing repository state, mapping impacted files and modules, and selecting the smallest safe validation surface before coding. Use when scope is unclear, when asked what to change or test first, or before implementation and review work.
npx skills add majiayu000/claude-skill-registry --skill aads-status-triage --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AADS Status Triage ## Workflow 1. Capture repository state. - Run `git status --short --branch`. - Run `git diff --name-only`. - Run `git log --oneline -n 8`. 2. Capture system state from canonical sources. - Read `README.md`. - Read `docs/REPO_FILE_RELATIONS.md`. - Read `docs/reports/v55/V55_FINAL_STATUS_REPORT.md`. - Read `scripts/README.md`. - Read `.github/workflows/ci.yml`. 3. Map request to ownership surfaces. - Use `references/status-checklist.md` to map area -> files -> tests -> scripts. - Keep the proposed edit surface minimal. - Explicitly list out-of-scope surfaces to avoid accidental drift. 4. Define right-sized validation. - Include at least one fast sanity check. - Include module behavior checks for each impacted surface. - Flag optional expensive checks separately. 5. Emit triage output. - Provide a concise, implementation-ready triage note. - Recommend the next skill and handoff order. ## Output Contract Return sections in this order: 1. Current state summary 2. Impacted files/modules 3. Out-of-scope surfaces 4. Required validation commands 5. Optional expensive checks 6. Risks and assumptions 7. Recommended next skill ## References - Read `references/status-check
- Workflow
- Output Contract
- References
What does the aads-status-triage skill do?
Triage AADS-ULoRA requests by capturing repository state, mapping impacted files and modules, and selecting the smallest safe validation surface before coding. Use when scope is unclear, when asked what to change or test first, or before implementation and review work.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aads-status-triage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
