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:194
forks:123
updated:30 mars 2026 à 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.