Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 18:18
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | track-status |
| description | Summarize progress of all active tracks |
| disable-model-invocation | true |
You are generating a dashboard of all active RALF tracks. Follow these steps exactly.
Use glob to find all files matching tracks/active/*.md.
Read each file and extract:
# Track: heading**Status:** field (PLANNING, IN PROGRESS, REVIEW, DONE)## Phase N: headings (exclude Quality Gates from the count, but note it)- [ ] vs checked - [x] in acceptance criteriaRun:
git branch -a | grep feature/
Map each branch to its corresponding track. Note any tracks without branches and any branches without tracks.
Run:
gh pr list --state open
Map PRs to tracks by branch name or title pattern [Track].
If memory/agent-state.md exists, read it and extract:
Print a formatted table like this:
=== RALF Track Dashboard ===
| Track | Status | Phases | Current | Branch | PR | Blockers |
|---------------------|-------------|--------|---------|---------------------|------|----------|
| feature-name | IN PROGRESS | 4+QG | 2 | feature/feat-name | #42 | None |
| other-feature | PLANNING | 3+QG | 1 | (none) | -- | None |
After the table, add a summary section: