Coding & Refactoringlow risk

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.

nexu-io/open-design·skills/pr-feedback-quality-gate/SKILL.md
61/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a codex -y
匯入個人環境~/.agents/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a codex -g -y
手動放置目錄.agents/skills/pr-feedback-quality-gateOfficial docs ↗
匯入目前專案.claude/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a claude-code -y
匯入個人環境~/.claude/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a claude-code -g -y
手動放置目錄.claude/skills/pr-feedback-quality-gateOfficial docs ↗
匯入目前專案.agents/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a github-copilot -y
匯入個人環境~/.copilot/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a github-copilot -g -y
手動放置目錄.agents/skills/pr-feedback-quality-gateOfficial docs ↗
匯入目前專案.agents/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a cursor -y
匯入個人環境~/.cursor/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a cursor -g -y
手動放置目錄.agents/skills/pr-feedback-quality-gateOfficial docs ↗
匯入目前專案.agents/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a gemini-cli -y
匯入個人環境~/.gemini/skills/pr-feedback-quality-gate
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/pr-feedback-quality-gate -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/pr-feedback-quality-gate
手動放置目錄.agents/skills/pr-feedback-quality-gateOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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.
5. 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.
6. 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.
7. 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.