claude-code - 💡(How to fix) Fix [BUG] Session rating "not good" suggests /issue command which returns "Unknown command" [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55155Fetched 2026-05-01 05:44:50
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

When rating a session as "not good", Claude Code prompts the user to send a report via /issue. Typing /issue returns:

Unknown command: /issue. Did you mean /ide?

The fuzzy-match suggests /ide (unrelated), confirming the command resolver does not know /issue.

Root Cause

When rating a session as "not good", Claude Code prompts the user to send a report via /issue. Typing /issue returns:

Unknown command: /issue. Did you mean /ide?

The fuzzy-match suggests /ide (unrelated), confirming the command resolver does not know /issue.

Code Example

Unknown command: /issue. Did you mean /ide?
RAW_BUFFERClick to expand / collapse

Description

When rating a session as "not good", Claude Code prompts the user to send a report via /issue. Typing /issue returns:

Unknown command: /issue. Did you mean /ide?

The fuzzy-match suggests /ide (unrelated), confirming the command resolver does not know /issue.

Environment

  • Claude Code version: 2.1.123
  • OS: Windows 11 Home 10.0.26200
  • Shell: bash

Steps to reproduce

  1. Trigger the session rating prompt at session end
  2. Rate the session negatively ("not good" or equivalent)
  3. Follow the in-prompt instruction to use /issue to send a report
  4. Observe: Unknown command: /issue. Did you mean /ide?

Expected

/issue opens a feedback/report form (or the CLI otherwise offers a working path to submit the report).

Actual

The command resolver does not recognize /issue, leaving no working path to follow the rating-prompt's own instruction.

Related "advertised slash command returns Unknown" pattern

  • #33000 (/effort)
  • #29265 (/remote-control)
  • #45595 (/buddy)
  • #31583 (session rating prompt UI leak)

Notes

/help does not list /issue as a valid command in v2.1.123, suggesting the rating-flow's prompt text may reference a command that is not yet (or no longer) wired up.

extent analysis

TL;DR

The /issue command is not recognized, suggesting it may not be a valid or implemented command in the current version of Claude Code.

Guidance

  • Verify the availability of the /issue command in the current version of Claude Code by checking the output of the /help command.
  • Check the release notes or documentation for Claude Code version 2.1.123 to see if the /issue command is mentioned or if there are any known issues related to it.
  • Consider searching for alternative ways to submit a report, such as a web-based form or a different command.
  • Review the related issues listed (#33000, #29265, #45595, #31583) to see if they provide any insight into the problem or potential workarounds.

Notes

The fact that /help does not list /issue as a valid command and the command resolver suggests an unrelated command (/ide) implies that /issue may not be a valid command in the current version of Claude Code.

Recommendation

Apply workaround: Use alternative methods to submit a report, such as searching for a web-based form or contacting support directly, as the /issue command does not appear to be a valid or implemented command in the current version of Claude Code.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Session rating "not good" suggests /issue command which returns "Unknown command" [1 comments, 2 participants]