Conversation
#351) When the ralph-tui-prd skill fails to load (e.g. ~/.copilot/skills doesn't exist), the agent falls back to a minimal system prompt that lacks the "do NOT start implementing" instruction. This causes agents like GitHub Copilot to skip PRD creation and jump straight to implementation. Two fixes: - Add warning when skill loading fails so users know to run setup - Add "do NOT implement" guardrail to the fallback system prompt https://claude.ai/code/session_019ZcFsrBHfdTqZHgHZBhAUq
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughAdded an instruction to the PRD generation system prompt clarifying that the agent should only create the PRD document without implementing, and introduced warning messages when the PRD skill is not available to alert users of potential quality reductions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #359 +/- ##
==========================================
- Coverage 47.89% 47.35% -0.55%
==========================================
Files 105 111 +6
Lines 34358 36446 +2088
==========================================
+ Hits 16457 17258 +801
- Misses 17901 19188 +1287
🚀 New features to boost your workflow:
|
https://claude.ai/code/session_019ZcFsrBHfdTqZHgHZBhAUq
Summary by CodeRabbit
Bug Fixes
Refactor