goal-pr

Automates pull request lifecycle including review, CI checks, bug fixes, and merging in GitHub environments.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill goal-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goal-pr
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/goal-pr
Command: npx skills add https://github.com/dyoshikawa/webseek --skill goal-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing pull requests by automating the repetitive cycle of reviewing, fixing, and merging code changes.

Core Features & Use Cases

  • Automated Review Loop: Repeatedly runs code reviews and identifies issues until the PR meets quality standards.
  • Intelligent Fix Orchestration: Automatically addresses mid-to-high severity findings and verifies fixes with CI checks.
  • Safe Merging: Ensures PRs are only merged when all checks pass and safety criteria are met, preventing broken builds.

Quick Start

Use the goal-pr skill to review, fix, and merge the current pull request.

Frequently Asked Questions about goal-pr

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

FAQPage Schema
How do I automate the pull request lifecycle from code review to merge?

Automating the pull request lifecycle is achieved by iteratively reviewing code, applying fixes for identified issues, and merging upon successful validation. This Skill automates that exact review, fix, and merge cycle.

Can I automatically fix code review findings on a GitHub pull request?

Yes, you can automatically fix code review findings on a GitHub pull request. The Skill orchestrates fixes for mid-to-high severity issues identified during the automated review loop and verifies them with CI checks.

What is the best way to ensure a PR is only merged when CI checks pass?

The best way to ensure a PR is only merged when CI checks pass is using safe merging automation. This Skill monitors CI checks and enforces safety criteria, preventing broken builds from merging.

Do I need GitHub CLI to automate branch synchronization and commits?

Yes, you need GitHub CLI to automate branch synchronization and commits. The Skill requires integration with GitHub CLI alongside local development tools to manage automated commit workflows and ensure code quality.

How does automated code review handle unresolved issues before merging?

Automated code review handles unresolved issues by running a repeated review loop. It continues to identify issues and apply fixes until the pull request meets the defined quality standards before merging.

What are the limitations of automating PR merges with local development tools?

Limitations of automating PR merges include its dependency on local development tools and GitHub CLI integration. If local environments lack proper configuration, automated commit workflows and branch synchronization may fail.