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:76
forks:28
updated:6 février 2026 à 17:34
Explorateur de fichiers
SKILL.md
| name | feature |
| description | Manage current feature workflow - start, review, explain or complete |
| argument-hint | load|start|review|test|explain|complete |
Manages the full lifecycle of a feature from spec to merge.
@context/current-feature.md
current-feature.md has these sections:
# Current Feature - H1 heading with feature name when active## Status - Not Started | In Progress | Complete## Goals - Bullet points of what success looks like## Notes - Additional context, constraints, or details from spec## History - Completed features (append only)Execute the requested action: $ARGUMENTS
| Action | Description |
|---|---|
load | Load a feature spec or inline description |
start | Begin implementation, create branch |
review | Check goals met, code quality |
test | Check for testable logic for server actions and utilities |
explain | Document what changed and why |
complete | Commit, push, merge, reset |
See actions/ for detailed instructions.
If no action provided, explain the available options.