skills/pr-commiter/SKILL.md
Agentic PR committer with deterministic commits, enforced branch/PR workflow, and explicit paths (no git add .).
npx skillsauth add regenrek/agent-skills pr-commiterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use bundled script scripts/pr-commiter for a deterministic commit that enforces branches and PR creation.
git status --porcelain=v1 -bgit branch --show-current..git status and ask for selection../scripts/pr-commiter commit -m "type(scope): summary" -- path/to/file1 path/to/file2./scripts/pr-commiter plan -m "type(scope): summary" -- path/to/file1--no-pr--push (explicit consent)--reset-staged clear existing staged changes before staging listed paths--no-pr skip PR creation--push push branch before creating PR--force-lock remove stale .git/index.lock and retry--json machine-readable output--dry-run validate + plan only--reset-staged.gh unless --no-pr. Requires --push if no upstream..committerrc for policy.git show --stat --oneline HEADgit status --porcelain=v1 -bgh pr view --json url --jq '.url'tools
Live-test any Electron desktop app with native-devtools-mcp, Chrome DevTools Protocol, screenshots, OCR, and accessibility tools. Use when the user asks for Electron UI verification, MCP-driven app control, renderer CDP interaction, native desktop automation, screenshots, or OCR-driven checks.
testing
Find, clone, inspect, and summarize high-quality GitHub reference repositories for coding agents. Use when a user asks for GitHub reference projects, examples, prior art, inspiration, implementation patterns, or includes "$search-context" in a coding prompt.
testing
Run or install repo security leak checks with BetterLeaks and Trivy. Use when asked to scan for leaked secrets, vulnerable dependencies, misconfigurations, add secret-leak guardrails, add BetterLeaks, add forbidden-path hooks, or run secleak-check before release.
development
Run a reusable JavaScript supply-chain security baseline with pnpm-first hardening, release-age gating, lifecycle-script controls, exotic dependency checks, CI install checks, and optional incident IOC profiles.