fix(writing-skills): replace @ reference with markdown link#631
fix(writing-skills): replace @ reference with markdown link#631stablegenius49 wants to merge 1 commit intoobra:mainfrom
Conversation
📝 WalkthroughWalkthroughThe change replaces an @ syntax file reference with a standard Markdown hyperlink in the Testing methodology section, aligning the file reference style with official Anthropic documentation conventions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
skills/writing-skills/SKILL.md (1)
316-316:⚠️ Potential issue | 🟡 MinorMissed @ reference: Apply the same fix here.
Line 316 still uses
@graphviz-conventions.dot, which is the same @ syntax issue that was fixed at line 556. For consistency with the file's own guidance (lines 286-288) and the fix applied elsewhere, this should also be changed to a markdown link.📝 Suggested fix
-See `@graphviz-conventions.dot` for graphviz style rules. +See [graphviz-conventions.dot](graphviz-conventions.dot) for graphviz style rules.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@skills/writing-skills/SKILL.md` at line 316, Replace the literal @ reference "@graphviz-conventions.dot" with a proper markdown link consistent with the other fixes (e.g., [graphviz-conventions.dot](graphviz-conventions.dot)) so the reference follows the file's guidance and matches the change already made elsewhere; locate the occurrence of "@graphviz-conventions.dot" in SKILL.md and update it to a markdown link.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@skills/writing-skills/SKILL.md`:
- Line 316: Replace the literal @ reference "@graphviz-conventions.dot" with a
proper markdown link consistent with the other fixes (e.g.,
[graphviz-conventions.dot](graphviz-conventions.dot)) so the reference follows
the file's guidance and matches the change already made elsewhere; locate the
occurrence of "@graphviz-conventions.dot" in SKILL.md and update it to a
markdown link.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: c8dff73b-7116-4f1b-a0c4-0b85dbf86879
📒 Files selected for processing (1)
skills/writing-skills/SKILL.md
Upstream PR: obra#631 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
@testing-skills-with-subagents.mdwith a standard markdown link inskills/writing-skills/SKILL.md@referencesFixes #280
Validation
skills/writing-skills/SKILL.mdto confirm the linked file resolves (links_checked=1 missing=0)