Final-polish pass on the current PR or feature branch before it lands. Rebases on origin/main, force-pushes, drives CI to green, then reviews the diff for correctness/perf/security/reliability bugs, flaky test patterns banned by make lint-test-patterns, sloppy comments a senior engineer would not write, cross-crate drift (typechecker / formatter / portal / DAP / LSP / tree-sitter), DRY/polish, Rust orchestration logic that should be Harn script composing host capabilities, prompt prose that belongs in .harn.prompt files, long files that should be split, and interpreter perf wins that bundle naturally with the change. Triggers when the user says "finish pass", "polish this PR", "wrap up the PR", or otherwise asks for a final review-and-fix sweep before merge.
$npx -y skills add burin-labs/harn --skill pr-finish-passInstalls into the current project.
Run `npx skills use "https://github.com/burin-labs/harn" --skill "burin-labs/harn/pr-finish-pass"` 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/burin-labs/harn" that are relevant to the current task. Run `npx skills add "https://github.com/burin-labs/harn"` and select the relevant skills, then follow their instructions.