code-polish
Originally frompaulrberg/agent-skills
SKILL.md
Code Polish
Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence:
code-simplify— simplify for readability and maintainabilitycode-review --fix— review for correctness, security, and quality, auto-applying all fixes
Both sub-skills share the same scope resolution: only session-modified files are in scope. If there are no session-modified files, they fall back to all uncommitted tracked changes. See each sub-skill for full details.
Workflow
1) Run code-simplify
Invoke the code-simplify skill, forwarding $ARGUMENTS as-is.
2) Run code-review --fix
Invoke the code-review skill with the --fix flag appended to $ARGUMENTS.
3) Report
Combine the outputs from both skills into a single summary:
- Scope: Files and functions touched.
- Simplifications: Key changes from
code-simplify. - Review findings and fixes: Findings and applied fixes from
code-review. - Verification: Commands run and outcomes.
- Residual risks: Assumptions or items needing manual review.
Weekly Installs
7
Repository
paulrberg/dot-agentsGitHub Stars
3
First Seen
13 days ago
Security Audits
Installed on
opencode7
gemini-cli7
codebuddy7
github-copilot7
codex7
kimi-cli7