Runs the local equivalent of the CI merge gate before you push. Detects which areas (Python, TypeScript, docs) your changes touch, auto-fixes what it can, then runs only those checks. Use when the user asks to run pre-push checks, get push-ready, verify changes before pushing or opening a PR, "make sure CI will pass", or check lint/tests/types locally.
$npx -y skills add strands-agents/harness-sdk --skill pre-pushInstalls into the current project.
Run `npx skills use "https://github.com/strands-agents/harness-sdk" --skill "strands-agents/harness-sdk/pre-push"` 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/strands-agents/harness-sdk" that are relevant to the current task. Run `npx skills add "https://github.com/strands-agents/harness-sdk"` and select the relevant skills, then follow their instructions.