From astra
Use when checking the status of an astra run. Shows tasks done/total, costs, duration, current phase. Do NOT use to start or resume runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/astra:astra-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. If `$ARGUMENTS` provided: resolve that run. Otherwise: show current run.
If $ARGUMENTS provided: resolve that run. Otherwise: show current run.
If no argument and no current run: list all runs via RunManager.list_runs().
For a specific run, replay events.jsonl and display:
## Run: 001-feature-20260331-1200
Phase: generator (task 3/8)
Tasks: 2 done, 1 in progress, 5 pending
Duration: 12m
Events: 15
### Task History
| Task | Status | Attempts |
|------|--------|----------|
| t1 | done | 1 |
| t2 | done | 2 |
| t3 | active | 1 |
npx claudepluginhub weardo/astra --plugin astraProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.