Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
bro-self-review
// Self-review the code you just wrote for bugs, duplication, and reusability.
$ git log --oneline --stat
stars:9
forks:0
updated:2026년 4월 22일 22:32
SKILL.md
// Self-review the code you just wrote for bugs, duplication, and reusability.
| name | bro-self-review |
| description | Self-review the code you just wrote for bugs, duplication, and reusability. |
| disable-model-invocation | true |
Conduct a self-review of your code. Actively look for issues — bugs, duplications, oversights, edge cases, and anything that feels off. Trace through the logic systematically and flag anything that needs to be fixed or improved before we move on. Also assess reusability — is anything duplicated that shouldn't be, and could any logic be shared or abstracted, unless there's a good reason not to?