fix(agent): update verify skill auth commands#216
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
WalkthroughThree skill documentation files were updated to replace deprecated auth command references ( ChangesDeprecated auth command replacement
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
zeshi-du
left a comment
There was a problem hiding this comment.
Confirmed the deprecated wording (auth whoami / auth configure) still lives at these exact lines on main — the later skill-routing work didn't touch them — so this fix is still needed, and the content-integrity test pins it. Thanks @JerryNee!
What does this PR do?
Replaces accidentally closed PR #202.
Updates the canonical TestSprite verify skill assets to use the current auth/setup command names:
testsprite auth statusfor preflight credential checkstestsprite setupfor missing-credential guidanceThis avoids newly installed coding-agent skills teaching deprecated aliases (
auth whoami/auth configure) and keeps the docs template, packaged generic skill, and Codex skill aligned.Related issue
Fixes #201
Type of change
Testing
Previously validated on the original PR branch with:
npm test -- src/lib/agent-targets.test.tsnpm run typechecknpm run format:checknpm run lintNO_COLOR= npm testNotes for reviewers
Added content-integrity coverage across the docs template, own-file skill body, and Codex skill body to prevent deprecated auth aliases from returning.
Summary by CodeRabbit
Documentation
Tests