/pr-feedback-quality-gate
Safely track pull request feedback, resolve review comments or merge conflicts, validate fixes, and use a read-only cross-review before committing or pushing follow-up changes.
One skill from open-design.
shell
$ npx -y skills add nexu-io/open-design --skill pr-feedback-quality-gate --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pr-feedback-quality-gate
Context preview
The summary Claude sees to decide when to auto-load this skill.
Safely track pull request feedback, resolve review comments or merge conflicts, validate fixes, and use a read-only cross-review before committing or pushing follow-up changes.
Stats
Stars80,924
Forks9,350
LanguageTypeScript
LicenseApache-2.0
Ships with open-design
SKILL.md
pr-feedback-quality-gate.SKILL.md
--- name: pr-feedback-quality-gate description: | Safely track pull request feedback, resolve review comments or merge conflicts, validate fixes, and use a read-only cross-review before committing or pushing follow-up changes. triggers: - "PR feedback" - "review comments" - "merge conflicts" - "cross-review" - "Claude CLI review" - "monitor PR" od: mode: utility --- # PR Feedback Quality Gate Use this when a PR has review feedback, merge conflicts, pending checks, or needs a monitored follow-up after a fix. ## Workflow 1. Inspect PR state first: comments, reviews, mergeability, checks, branch, and local worktree status. Keep unrelated local changes out of the PR. 2. Use an isolated worktree for review fixes or conflict resolution when the main checkout is dirty, behind remote, or being used by another agent. 3. Make the smallest safe fix. Preserve the original bug invariant and any newer upstream structure introduced by `main`. 4. Run the narrow validation first, then the repository-required gates. For this repo, include `pnpm guard`; add package typechecks/builds/tests when touched files require them.
