Polishes git-tracked code changes by simplifying for readability/maintainability, then reviewing and auto-fixing issues. Targets session-modified or uncommitted files.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin paulrberg-agent-skillsThis skill uses the workspace's default tool permissions.
Combined simplification and review pipeline. This skill orchestrates two sub-skills in sequence:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 fixesOptimize for one scope resolution, one user-facing report, and no redundant simplify verification.
git rev-parse --git-dir. If this fails, stop and tell the user to run from a git repository.Resolved scope fenced block with one repo-relative path per line, scope is exactly those targets.git diff --name-only --diff-filter=ACMRgit ls-files --others --exclude-standardResolved scope fenced block with one repo-relative path per line. Reuse that exact block for both sub-skills instead of asking them to rediscover scope.Resolved scope block as authoritative for all downstream work.code-simplifyInvoke the code-simplify skill with:
Resolved scope block--no-verify--no-reportTell code-simplify not to broaden or rediscover scope.
code-review --fixInvoke the code-review skill with:
Resolved scope block--fixIf the user explicitly asks for a speed-first pass over maintainability coverage, you may also append --skip-profile naming. Do not skip the naming profile by default.
code-review's post-fix verification as the final verification summary when it already covers the final touched scope.Combine the final state into one summary:
code-simplify, derived from the actual diff when needed because --no-report was used.code-review.