Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:194
forks:123
updated:March 30, 2026 at 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.