docs(cli): point skill references at absolute raw URLs - #1557
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Essentials Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. WalkthroughThe Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change makes the CLI skill’s referenced guides reachable through absolute raw URLs while keeping the generated file synchronized; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
51decf1
into
main
Overview of Changes
tester-skillsexposes this skill to Tester by readingskills/qawolf-cli/SKILL.mdout of the installed package and passing its contents throughcreateSkillFromSkillMd. Only that one file travels, so the relative links toreferences/runner.mdandreferences/run-results.mdpoint at paths Tester has no way to open, and the two guides the skill tells it to read first are unreachable.SKILL.mdcan still fetch the guide.bun run generatekeepsskills/qawolf-cli/SKILL.mdin step.Testing
2089 tests pass, and typecheck, lint, format and knip are clean.
bun run generateleavesskills/qawolf-cli/SKILL.mdbyte-identical, so the committed file and its template agree.