skills/integration/integration-commit/SKILL.md
Commits staged changes with conventional commit message; references issue. Use after quality-gate passes, before opening PR.
npx skillsauth add pkuppens/pkuppens integration-commitInstall 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.
Produces conventional commits that reference the issue and follow repo conventions.
#NNN: type: short description
Optional body. Explain what and why, not how.
Types: feat, fix, docs, refactor, chore, test
git status; stage only files for this change (git add paths).#NNN: type: description (issue number, type, one line).git commit -m "message".--no-verify; fix quality-gate failures instead.git add skills/issue-workflow/
git commit -m "#8: feat: Phase 3 — remaining issue-workflow sub-skills"
Commit hash and short log line.
testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.