You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add blocking requirement to monitor and respond to PR feedback
Updates PROMPT.md to enforce that Contributors must:
- Check for open PR feedback BEFORE starting new work (blocking)
- Implement requested fixes immediately using TDD
- Self-verify with build and tests
- Reply to comments with verification confirmation
- NOT proceed to new tasks while PRs have unresolved feedback
Updated in three locations:
1. EXTREMELY-IMPORTANT section (blocking requirement)
2. Workflow Rules section (steps 3-4, 14)
3. Instructions for Claude (steps 2, 10)
This ensures Contributors prioritize addressing review feedback
over starting new tasks, improving PR turnaround time.
Copy file name to clipboardExpand all lines: PROMPT.md
+26-16Lines changed: 26 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@
13
13
> - See CLAUDE.local.md "CRITICAL: Verify Both Git and GitHub CLI Credentials" section
14
14
> - All changes need to be done via feature branch and merged via PR
15
15
> - Work as `Contributor` implementing code changes and raising PR's. Do not review PR's unless explicitly prompted by the user - just monitor active PR and Issues for comment feedback.
16
+
> -**BLOCKING: Monitor ALL open PRs for feedback**
17
+
> - Check open PRs created by Contributor account for comments or "Changes requested" reviews
18
+
> - Implement requested fixes immediately using TDD approach
0 commit comments