fix(#3153): add silent-failure severity escalation guidance to review agent - #3156
fix(#3153): add silent-failure severity escalation guidance to review agent#3156fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
… agent The review agent consistently rated silent-failure correctness bugs as [low] by anchoring on triggering probability rather than failure-mode impact. This caused real issues to be under-reported (PR #2947: annotated-tag silent 404 rated [low] while humans rated [HIGH]). Add explicit guidance to both the code-review skill (Section 4) and the correctness sub-agent instructing the reviewer to escalate severity by one level when a bug produces silent failures — no error, no warning, appears to succeed but silently produces wrong results — regardless of how unlikely the triggering condition seems. Closes #3153
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
Site previewPreview: https://30f72bd7-site.fullsend-ai.workers.dev Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
This needs to be done in the fullsend-ai/agents repo. We moved all the agent content there and should be making changes there going forwards. We'll soon remove the old copies in internal/scaffold/fullsend-repo |
|
🤖 Finished Retro · ✅ Success · Started 6:38 PM UTC · Completed 6:46 PM UTC |
Retro: PR #3156 — Silent-failure severity escalation guidance targeted wrong repoPR #3156 was closed without merging because the code agent modified files in Timeline
Root causeThe codebase has no signal that Existing coverageSkipped proposing deprecation markers in the scaffold directory itself because #2973 already covers adding scope boundary guidance to AGENTS.md and inline comments to scaffold skills. However, #2973's scope (generic vs repo-specific content) is narrower than what's needed (content migrated to another repo entirely). Proposal 1 below addresses the gap #2973 does not cover. Proposals filed
|
Summary
Related Issue
Closes #3153
Related: #1144
Changes
internal/scaffold/fullsend-repo/skills/code-review/SKILL.mdinternal/scaffold/fullsend-repo/skills/pr-review/sub-agents/correctness.mdTesting
Checklist