Agent skill

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.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aads-status-triage

SKILL.md

AADS Status Triage

Workflow

  1. Capture repository state.
  • Run git status --short --branch.
  • Run git diff --name-only.
  • Run git log --oneline -n 8.
  1. 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.
  1. 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.
  1. Define right-sized validation.
  • Include at least one fast sanity check.
  • Include module behavior checks for each impacted surface.
  • Flag optional expensive checks separately.
  1. 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-checklist.md for file-to-test mappings and command bundles.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results