pr

Verify quality gates and artifacts before generating a PR summary and Codex review request.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/YunosukeYoshino/harness --skill pr-yunosukeyoshino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/YunosukeYoshino/harness/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/YunosukeYoshino/harness --skill pr-yunosukeyoshino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the PR workflow by ensuring quality gates, artifact verification, and Codex review prerequisites are completed before creating a PR.

Core Features & Use Cases

  • Enforces running pnpm check and artifact checks before PR creation.
  • Generates a PR proposal template with a summary and test plan.
  • Integrates Codex review request into the PR workflow.

Quick Start

Start a PR by verifying quality gates, work artifacts, and Codex review, then follow the generated template to open the PR.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request creation only after quality gates pass?

Automating pull request creation requires enforcing quality gates like lint and typecheck before opening a PR. This skill coordinates that workflow by running checks, verifying artifacts, and generating a PR summary.

Do I need to run pnpm check before generating a pull request summary?

Yes, running pnpm check is a required quality gate before generating a pull request summary. The workflow enforces functional checks and artifact verification to ensure code readiness prior to PR creation.

What is the best way to verify work artifacts before opening a PR?

Verifying work artifacts involves checking files in work/plans, work/progress, and QA reports before opening a PR. This skill automates that verification to ensure all required documentation is complete.

Can I integrate Codex review requests into my pull request workflow?

Yes, you can integrate Codex review requests into your pull request workflow. This skill generates a PR proposal template that includes a Codex review request alongside the standard PR summary.

Does this PR workflow enforce lint and typecheck checks before submitting code changes?

Yes, this PR workflow enforces lint and typecheck checks before submitting code changes. It applies to PR workflows across code changes that must pass these quality gates to prevent unverified submissions.

Why should I verify QA reports before creating a pull request?

Verifying QA reports before creating a pull request ensures that all quality gates and artifact checks are complete. This prevents opening PRs with unverified code changes or missing progress documentation.