Smart-ralph ralph-specum-feedback
This skill should be used only when the user explicitly asks to use `$ralph-specum-feedback`, or explicitly asks Ralph Specum in Codex to draft or submit feedback.
install
source · Clone the upstream repo
git clone https://github.com/tzachbon/smart-ralph
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tzachbon/smart-ralph "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/ralph-specum-codex/skills/ralph-specum-feedback" ~/.claude/skills/tzachbon-smart-ralph-ralph-specum-feedback && rm -rf "$T"
manifest:
plugins/ralph-specum-codex/skills/ralph-specum-feedback/SKILL.mdsource content
Ralph Specum Feedback
Use this to capture product feedback or bug reports for Ralph Specum.
Action
- Summarize the issue, request, or missing behavior.
- Gather the minimum reproducible context, affected files, commands, environment details, and whether the issue is on the Codex package or Claude plugin surface.
- If
is available and the user wants submission, create a GitHub issue.gh - If
is unavailable or the user only wants a draft, produce a ready-to-paste issue body and the repository issue URL.gh
Output
Keep the report concrete. Include expected behavior, actual behavior, reproduction steps, and any relevant state files or logs.