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.md
source content

Ralph Specum Feedback

Use this to capture product feedback or bug reports for Ralph Specum.

Action

  1. Summarize the issue, request, or missing behavior.
  2. Gather the minimum reproducible context, affected files, commands, environment details, and whether the issue is on the Codex package or Claude plugin surface.
  3. If
    gh
    is available and the user wants submission, create a GitHub issue.
  4. If
    gh
    is unavailable or the user only wants a draft, produce a ready-to-paste issue body and the repository issue URL.

Output

Keep the report concrete. Include expected behavior, actual behavior, reproduction steps, and any relevant state files or logs.