fix(debugging): correct broken Phase 4.5 reference#914
Open
chris-yyau wants to merge 1 commit intoobra:mainfrom
Open
fix(debugging): correct broken Phase 4.5 reference#914chris-yyau wants to merge 1 commit intoobra:mainfrom
chris-yyau wants to merge 1 commit intoobra:mainfrom
Conversation
The Red Flags section references "Phase 4.5" which doesn't exist.
The intended target is Phase 4, Step 5 ("If 3+ Fixes Failed: Question
Architecture") at line 199.
There was a problem hiding this comment.
Pull request overview
Fixes an incorrect internal reference in the systematic debugging skill so the “Red Flags” section points to an existing heading/step in Phase 4.
Changes:
- Update “see Phase 4.5” to “see Phase 4, Step 5” to match the document’s actual structure.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem are you trying to solve?
The Red Flags section of
systematic-debugging/SKILL.mdsays "see Phase 4.5" but there is no "Phase 4.5" heading in the document. The intended target is Phase 4, Step 5 ("If 3+ Fixes Failed: Question Architecture") at line 199. An agent following this reference would fail to locate the section.What does this PR change?
Updates the reference from "Phase 4.5" to "Phase 4, Step 5" to match the actual document structure.
Is this change appropriate for the core library?
Yes — this fixes a broken internal reference in a core skill document. The systematic debugging skill is general-purpose infrastructure.
What alternatives did you consider?
Does this PR contain multiple unrelated changes?
No. Single reference fix.
Existing PRs
Environment tested
Evaluation
Rigor
superpowers:writing-skillsand completed adversarial pressure testing (paste results below)This changes a cross-reference string only, not behavior-shaping content.
Human review