Agent skill
af-pr-preparation
Prepare a pull request for review including required checks, documentation updates, and proper formatting. Use when ready to submit code for review, creating a PR, or checking exit criteria before merge.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/af-pr-preparation
SKILL.md
PR Preparation
Mandatory rules
Read and follow the Pull Request Rules in CLAUDE-agentflow.md — tests, lint, build must pass before PR; wait for CI and Claude Code Review after; own all failures.
What to read
PR rules (test, lint, build, CI, review, ownership): → CLAUDE-agentflow.md#pull-request-rules
PR output requirements: → delivery-guide.md#output-artifacts
Exit criteria (all tests pass, docs updated, coverage met): → delivery-guide.md#exit-criteria
Branch and merge pattern (push branch, merge via PR on GitHub): → work-management.md#branch-and-merge-pattern
Handoff to CI/CD: → delivery-guide.md#handoff-to-cicd
For the full delivery workflow: → af-delivery-process/SKILL.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?