A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts.
Use the Skill tool to invoke
to understand what the branch is trying to accomplish.
Scan the
directory for skills that might have guidelines relevant to the changed files.
Match skills to the technologies used in the changed files. For example, if React components were changed, look for a React patterns skill; if an ORM was used, look for a relevant ORM skill.
Check the diff against the default branch, and remove all AI generated slop introduced in this branch.
Do a final review of the changes — read through the diff and flag anything that looks off.