Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:194
forks:123
updated:2026年3月30日 17:34
SKILL.md
Clean up code with lightweight clarity improvements
Generate a draft Bitbucket pull request with proper formatting
Review a Bitbucket pull request against the project checklist
| name | refactor |
| description | Refactor code for big-picture architectural improvements |
| disable-model-invocation | true |
The goal of refactoring is:
Do not perform tiny changes. The point is to address big picture issues.
Helper functions should not be created if they will be 2 lines or less.
Helper functions should ideally take primitives for parameters and return types. Primitives include built-in Python data types.