skills/integration/integration-pr/SKILL.md
Opens PR; links to issue; fills description template. Use after commit and push, before merge.
npx skillsauth add pkuppens/pkuppens integration-prInstall 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.
Creates a pull request with proper linkage to the issue and a structured description.
For OpenClaw projects: openclaw-security must have passed (quality-gate includes it). Do not open PR until openclaw security audit --deep and openclaw security audit --fix succeed.
git push -u origin <branch>.gh pr create --base main --assignee @me --title "#NNN: type: description" --body "..." (substitute @me by the opener’s GitHub login if not the authenticated user). If your gh pr create does not support --assignee, create then run gh pr edit <n> --add-assignee @me.gh pr edit --add-label "...").## Summary
[One paragraph: what and why]
## Changes
- ...
- ...
Closes #NNN
gh pr create --base main --assignee @me --title "#8: feat: Phase 3 — remaining issue-workflow sub-skills" --body "## Summary
Implements Phase 3...
Closes #8"
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.
tools
Orchestrates Azure DevOps work item, repo, and pipeline workflows using az CLI. Use when working with Azure DevOps, Azure Repos, Azure Boards, Azure Pipelines, or az devops commands.