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.
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
- Capture repository state.
- Run
git status --short --branch. - Run
git diff --name-only. - Run
git log --oneline -n 8.
- 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.
- Map request to ownership surfaces.
- Use
references/status-checklist.mdto map area -> files -> tests -> scripts. - Keep the proposed edit surface minimal.
- Explicitly list out-of-scope surfaces to avoid accidental drift.
- Define right-sized validation.
- Include at least one fast sanity check.
- Include module behavior checks for each impacted surface.
- Flag optional expensive checks separately.
- Emit triage output.
- Provide a concise, implementation-ready triage note.
- Recommend the next skill and handoff order.
Output Contract
Return sections in this order:
- Current state summary
- Impacted files/modules
- Out-of-scope surfaces
- Required validation commands
- Optional expensive checks
- Risks and assumptions
- Recommended next skill
References
- Read
references/status-checklist.mdfor file-to-test mappings and command bundles.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?