在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:149
forks:12
updated:2026年1月28日 13:26
SKILL.md
Adaptive requirements clarification with auto-depth routing. Shallow (Q&A) for simple tasks, Deep (exploration + DRAFT + PLAN) for complex ones. Escalates automatically when ambiguity persists.
Multi-agent code review for Rust CLI/TUI. UX Review 비활성 (터미널 UI — 웹 프론트엔드 없음). Code Review만 실행. Rust/clippy 특화 체크리스트 포함.
Session start - check progress, suggest next task
Session end - document updates, commit
TDD implementation (RED→GREEN→REFACTOR) → verify → review
| name | verify |
| description | Self-healing verification loop (test → clippy → fmt) |
| required_context | [] |
cargo test → cargo clippy → cargo fmt --check
│ │ │
└── On fail: fix and retry (notify user after 3 same failures)
cargo test --quiet
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --all -- --check
On all pass → immediately call /review