From ralph-specum
Submits feedback or reports issues for the Ralph Specum plugin by creating a GitHub issue via the gh CLI. Falls back to providing a manual submission link if gh is unavailable.
How this command is triggered — by the user, by Claude, or both
Slash command
/ralph-specum:feedbackThe summary Claude sees in its command listing — used to decide when to auto-load this command
<example> user: /ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers assistant: I'll create a GitHub issue for that feedback. </example> <example> user: /ralph-specum:feedback Feature request: add support for parallel task execution assistant: I'll submit that feature request as a GitHub issue. </example> # Submit Feedback Help improve Ralph Specum by submitting feedback or reporting issues. ## Instructions 1. **Check if `gh` CLI is available** by running: `which gh` 2. **If `gh` is available**, create an issue with the user's feedback: - E...
Help improve Ralph Specum by submitting feedback or reporting issues.
Check if gh CLI is available by running: which gh
If gh is available, create an issue with the user's feedback:
gh issue create --repo tzachbon/smart-ralph --title "<short title from feedback>" --body "<full feedback message>"
feedback if it existsIf gh is NOT available, inform the user:
The
ghCLI is not installed or not authenticated. Please submit your feedback manually at:https://github.com/tzachbon/smart-ralph/issues/new
Or browse existing issues: https://github.com/tzachbon/smart-ralph/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
If no message was provided, ask the user what feedback they'd like to submit.
/ralph-specum:feedback The task verification system sometimes misses TASK_COMPLETE markers
/ralph-specum:feedback Feature request: add support for parallel task execution
/ralph-specum:feedback Bug: cancel command doesn't cleanup .ralph-state.json properly
npx claudepluginhub tzachbon/smart-ralph --plugin ralph-specum/issue-createGuides the user through creating a GitHub issue (best practice, bug, feature, or correction) in the claude-power-pack repo by gathering required info and submitting via the GitHub CLI.
/reportWalks through submitting a bug report, feature request, or feedback for the Hydra framework, collecting details and system info, then creating a GitHub issue via CLI or browser fallback.
/issuesCreates GitHub issues from research findings as atomic deliverables, with options for dry-run and label assignment.
/spec-from-issueCreates a specification from a GitHub issue by fetching it via gh CLI and passing it to speckit's specify command for guided spec creation.
/issueCreates a well-structured GitHub issue using a deterministic pipeline — reads code, deduplicates, drafts from a canonical template, validates mandatory sections, and creates the issue. Supports --dry-run for review and programmatic invocation via --title/--body-file.
/feedbackCaptures feedback on KARIMO or Claude Code operations with auto-detection of issue complexity, generates rules for simple cases or launches adaptive investigation for complex ones.