Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:28 janvier 2026 à 13:34
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.
세션 종료 - 문서 업데이트, 커밋
TDD implementation (RED→GREEN→REFACTOR) → verify → review
세션 시작 - 진행 상태 파악, 다음 작업 제시
부정적 관점 코드 리뷰 (컨벤션, 품질, 버그, 성능)
| name | verify |
| description | Self-healing verification loop (test → build → lint) |
| required_context | [] |
| 이전 | 현재 | 다음 (자동) |
|---|---|---|
| /implement | /verify | /review (통과 시 즉시) |
pnpm test → pnpm build → pnpm lint → /review
│ │ │
└── 실패 시 수정 후 재검증 (3회 시 알림)
모두 통과 시 즉시 /review 호출. "리뷰할까요?" 묻지 말 것.