docs: remove /pr-comments slash command#340
Conversation
The /pr-comments slash command (PRCommentsSlashCommand flag) was removed and replaced by the bundled PR Comments skill (invoked via /skills). Remove the stale row from the slash commands reference. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@moirahuang looks like my agent tagged you on this one - sorry this table is super hard to review, here's a screenshot (basically just removes the slash command) |
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR removes the stale /pr-comments entry from the built-in Slash Commands reference. The attached spec context contains no approved repository spec for comparison, and the supplemental security pass found no security concerns in this docs-only deletion.
Concerns
- No blocking concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz

Summary
Removes the stale
/pr-commentsentry from the slash commands reference. The/pr-commentsslash command (PRCommentsSlashCommandflag) was removed from the client and replaced by the bundled PR Comments skill, which is invoked via/skills.What changed
/pr-commentsrow from the static slash commands table inagent-platform/capabilities/slash-commands.mdx.Source of truth: the command was dropped from
app/src/search/slash_command_menu/static_commands/commands.rs; the replacement is the bundledpr-commentsskill. Confirmed by the 2026 changelog entry: "Replaced the/pr-commentsslash command with the bundled PR Comments skill."Audit context
Generated by the
missing_docsdrift-watch audit (slash_commands_removed: /pr-commentsand thePRCommentsSlashCommandflag removal). The companion surface-map cleanup ships in the audit-bookkeeping PR.Conversation: https://staging.warp.dev/conversation/ce1c5f13-b8a2-497f-843e-57f84d63b745
Run: https://oz.staging.warp.dev/runs/019f7105-5e3a-7d03-8d21-1a7784c46f9a
This PR was generated with Oz.