docs(#6456): align SKILL.md bot-login refs with GraphQL-format constants - #6457
Open
fullsend-ai-coder[bot] wants to merge 1 commit into
Open
docs(#6456): align SKILL.md bot-login refs with GraphQL-format constants#6457fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
PR #6206 updated REVIEW_BOT_LOGIN in nextwork.py to use the GraphQL-format login `fullsend-ai-review` (without `[bot]` suffix). Three references in skills/nextwork/SKILL.md still used the old REST-format `fullsend-ai-review[bot]`, creating documentation drift. Remove the `[bot]` suffix from lines 55 (--resolve-threads), 88 (waiting_fix status), and 253 (bot_only field) to match the code constants. Note: pre-commit could not run (sandbox network policy blocked hook environment setup). Markdown link checker passed. Closes #6456
|
🤖 Finished Review · ✅ Success · Started 7:30 PM UTC · Completed 7:40 PM UTC Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ReviewFindingsMedium
|
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.
Summary
[bot]suffix from threefullsend-ai-review[bot]references inskills/nextwork/SKILL.md(lines 55, 88, 253)REVIEW_BOT_LOGINconstant innextwork.py, which was updated to use GraphQL-format logins (without[bot]suffix) in PR fix(#6205): strip [bot] suffix from bot-login constants in nextwork.py #6206Context
PR #6206 fixed bot-login constants to use GraphQL-format logins, but the review agent's finding about stale SKILL.md references was not addressed before merge. This PR completes that cleanup.
Testing
grep -c '\[bot\]' skills/nextwork/SKILL.mdreturns 0fullsend-ai-reviewmake lint-md-links) passed with 0 errorsCloses #6456
Post-script verification
agent/6456-fix-skill-bot-login-refs)eeeab1a01ddfef5cdaf16424dcd21878cb557eaf..HEAD)