Skip to content

docs(#6456): align SKILL.md bot-login refs with GraphQL-format constants - #6457

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6456-fix-skill-bot-login-refs
Open

docs(#6456): align SKILL.md bot-login refs with GraphQL-format constants#6457
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/6456-fix-skill-bot-login-refs

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Summary

Context

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

  • Verified grep -c '\[bot\]' skills/nextwork/SKILL.md returns 0
  • Verified all three updated references now match the code constant fullsend-ai-review
  • Markdown link checker (make lint-md-links) passed with 0 errors

Closes #6456

Post-script verification

  • Branch is not main/master (agent/6456-fix-skill-bot-login-refs)
  • Secret scan passed (gitleaks — eeeab1a01ddfef5cdaf16424dcd21878cb557eaf..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

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
@fullsend-ai-coder
fullsend-ai-coder Bot requested a review from a team as a code owner August 21, 2026 19:28
@fullsend-ai-coder fullsend-ai-coder Bot added the ready-for-review Agent PR ready for human review label Aug 21, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Aug 21, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 7:30 PM UTC · Completed 7:40 PM UTC

Commit: 8961ae0 · View workflow run →

@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fullsend-ai-review

Copy link
Copy Markdown

Review

Findings

Medium

@fullsend-ai-review fullsend-ai-review Bot added the requires-manual-review Review requires human judgment label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-review Agent PR ready for human review requires-manual-review Review requires human judgment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update SKILL.md bot-login references to match GraphQL-format constants from PR #6206

0 participants