git-pr-workflow

Prepare PRs that are easy to review, safe to merge, and fully validated.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-pr-workflow" with this command: npx skills add chasebuild/agent-skills/chasebuild-agent-skills-git-pr-workflow

Git PR Workflow

Prepare PRs that are easy to review, safe to merge, and fully validated.

Required Sequence

  • Confirm branch intent and scope.

  • Ensure commits are atomic (git-atomic-commit ) and messages are conventional (git-conventional-commit ).

  • Run git-run-checks on latest branch state.

  • Rebase or merge mainline according to project policy.

  • Push branch and open PR with a concise summary, test evidence, and risk notes.

PR Description Checklist

  • Problem statement

  • What changed and why

  • Screenshots/logs when relevant

  • Validation performed (commands + outcomes)

  • Risks and rollback plan

  • Follow-up tasks (if any)

Use ./scripts/pr-checklist.sh to generate a markdown template.

Review Readiness Rules

  • No unrelated diffs.

  • No failing or skipped mandatory checks.

  • No unresolved TODOs that hide correctness risk.

  • Commit history tells a coherent story.

Boris-Inspired Operating Rules

  • Keep implementation minimal and focused on stated goal.

  • Use parallelism only for independent workstreams.

  • Verify continuously and surface uncertainty explicitly.

Claude Mapping (Optional)

  • Map this workflow to /pr-prepare and /pr-submit commands when command files are supported.

  • Hook pre-push to run the same check command used in git-run-checks .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

git-conventional-commit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-atomic-commit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

coding-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-run-checks

No summary provided by upstream source.

Repository SourceNeeds Review