Skills from paulrberg/agent-skills
2 skills available
code-simplify
This skill should be used when the user asks to "simplify code", "clean up code", "refactor for clarity", "reduce complexity", "improve readability", "make this easier to maintain", or asks to simplify recently modified code.
71 installs
code-review
This skill performs automated code review of repository changes and can apply fixes (argument `--fix`) and run verifications. It instructs running shell commands such as `git rev-parse --git-dir`, `git diff --name-only --diff-filter=ACMR`, and running formatters/tests, implying shell execution.
68 installs