pr-standards
49Skill Claude CodeCodex
Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues.
Skill Claude CodeCodex
Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues.
Plugin Claude Code
Git main branch synchronization, troubleshooting, and post-merge cleanup workflows.
Skill Claude CodeCodex
Work with repositories using the git-flow-next branching model (default branch is develop, production branch is main). Covers branch creation, worktree setup, atomic commits, PR targeting, validation on develop, and mandatory end-of-session promotion to main.
Skill Claude CodeCodex
Use when adding or editing .pre-commit-config.yaml, wiring pre-commit hooks into a repo, scaffolding a new repo's lint/hook setup, or deciding where a hook or shared lint config should live. Covers the canonical nix-devenv/dryvist-.github architecture, profiles, and consumer patterns.
Skill Claude CodeCodex
Update the repo's default branch from remote and merge it into the current branch, or all open PR branches. Despite the name (kept for continuity), this syncs whatever the repo's default branch actually is — main on trunk repos, develop on git-flow repos — and on git-flow repos also fast-forwards local main from…
Skill Claude CodeCodex
Troubleshoot pre-commit hook failures and auto-fixes.
Skill Claude CodeCodex
Diagnose and recover from git rebase failures.
Skill Claude CodeCodex
Troubleshoot git worktree, branch, and refname issues.
Plugin Claude Code
PR finalization (single, repo-wide, or org-wide including bots), repo refresh, rebase-merge, merge, review thread resolution, issue shaping, issue sweeping that reconciles open issues against reality, and diagnosing silent GitHub Actions failures.
Skill Claude CodeCodex
Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.
Skill Claude CodeCodex
Canonical reference for all gh CLI command shapes used by skills in this plugin. Defines the placeholder convention, default-branch (trunk vs git-flow) detection, allowed --json fields, GraphQL fallback rules, -f/-F/--raw-field flag semantics, the PR-readiness gate, code-scanning alert query, review-thread…
Skill Claude CodeCodex
Diagnose GitHub Actions workflows that fail silently — a reusable-workflow run that shows zero jobs and no logs (startupfailure), a gh-aw cross-repo import that mis-resolves when the source repo is literally named .github, and self-hosted-runner traps (a shared-tmp race across containers, docker exec landing as an…
Skill Claude CodeCodex
Search real code across 1M public GitHub repositories via grep.app — use when you need to see how others already solved something before writing it, find real usage of an API or config key, check whether a pattern is idiomatic, or gather prior art for a design decision. Works through the grep MCP server or a keyless…
Skill Claude CodeCodex
Use when a tracker's open issues have piled up, gone stale, or stopped reflecting reality — issues that may already be fixed, duplicated, vague, or superseded — and you want them reconciled against the actual code and system, grouped by root cause, and turned into a plan for the highest-value cluster. Works with any…
Skill Claude CodeCodex
Merge a PR into its base branch. Defaults to a merge commit; pass --squash or -s to squash instead. Falls back to squash when the repo disallows merge commits. Single PR by number or current branch. Refuses to squash/rebase into main on a git-flow repo — use /promote-release there instead.
Skill Claude CodeCodex
Use when open pull requests have piled up in one repo or across an owner's repos and you want the pile triaged and driven toward zero in one pass — including when most of them are bot- or teammate-authored. Also use when a sweep must run many repos in parallel without racing approvals or flooding CI.
Skill Claude CodeCodex
Open and merge a develop-to-main promotion PR on a git-flow repo. Merge commit only, never squash or rebase — main accepts merge commits only. Every merge to main triggers release-please, which takes over tagging and release notes from there. Refuses on trunk repos (default branch main) — use /merge-pr instead.
Skill Claude CodeCodex
Delete branches and worktrees with nothing useful — zero commits ahead of default, or a matched merged PR — local and remote, single-repo or workspace-wide. Run after refresh-repo syncs the default branch.
Skill Claude CodeCodex
Local rebase-merge workflow for pull requests with signed commits, pushed directly to the PR's base branch. Refuses on git-flow repos when the base is main — direct pushes to main are banned there; use /promote-release.
Skill Claude CodeCodex
Check PR merge readiness and sync the local repo with its default branch. See prune-branches (github-workflows) for stale branch and worktree cleanup.
Skill Claude CodeCodex
Orchestrates resolution of GitHub PR review threads AND reads recent non-thread PR comments (top-level + review bodies) by grouping related feedback, processing each group sequentially inline with superpowers:receiving-code-review, and resolving threads via GraphQL. Use when you need to batch-process review feedback…
Skill Claude CodeCodex
Shape raw ideas into actionable GitHub Issues using Shape Up methodology.