nexu-io/open-design

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.

All-time #7855 Trending #4333 First seen May 30, 2026
8-week activity · all time api

Installation

$ npx skills add nexu-io/open-design --skill pr-feedback-quality-gate

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexu-io/open-design · top by installs.

npx skills add nexu-io/open-design

Browse all from nexu-io/open-design

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 95.0K
License LICENSE
Default branch main
Open issues 485
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,286 B
  • docs SUMMARY.md 208 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,429 installs

SKILL.md

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.

  1. Use an isolated worktree for review fixes or conflict resolution when the

main checkout is dirty, behind remote, or being used by another agent.

  1. Make the smallest safe fix. Preserve the original bug invariant and any

newer upstream structure introduced by main.

  1. 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.

  1. Before commit or push, run a read-only cross-review of the staged or proposed

diff. Forbid file edits and git write or coordination commands.

  1. Treat cross-review as evidence, not authority. Accept only findings grounded

in the diff, repository rules, user goal, or validation results. Downgrade or reject style preferences, broad scope expansion, and suggestions that conflict with safety or ownership boundaries; record the reason briefly.

  1. If accepted blockers remain, fix them, rerun validation, and repeat the

review. Commit and push only after validation passes and there are no accepted blockers.

Monitoring cadence

  • Active review or failing checks: check often enough to unblock quickly.
  • Clean or approved PR waiting for merge: check about every 12 hours.
  • Merged PR: reduce to daily lightweight observation for CI, release, or

regression signals, and stop making code changes unless asked.

Report

Always report PR state, actions taken, cross-review verdict, accepted or rejected findings, validation run, commits pushed, skipped checks with reasons, remaining risks, and next step.