Run the full pre-merge pipeline on the current git branch — rebase, code review, tests, documentation, lint, push, open/update a PR, and (optionally) watch CI — with auto-fix loops and human approval gates between steps. Use whenever the user says they want to ship a branch, open or update a PR, "run pre-merge checks", "make sure this is ready to merge", "no mistakes", or otherwise asks for a thorough end-to-end pre-merge sweep on a feature branch. Prefer this over running review/test/lint individually when the user's intent is to land the change.
$npx -y skills add kevinwuwon/kww-claude-plugins --skill no-mistakesInstalls into the current project.
Run `npx skills use "https://github.com/kevinwuwon/kww-claude-plugins" --skill "kevinwuwon/kww-claude-plugins/no-mistakes"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kevinwuwon/kww-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kevinwuwon/kww-claude-plugins"` and select the relevant skills, then follow their instructions.