rlhf-feedback

Solid

Autonomous RLHF feedback capture - Claude self-captures mistakes and successes

Data & Documents 359 stars 65 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RLHF Feedback Capture Skill **AUTONOMOUS** - Claude captures feedback without user running commands. ## When to Capture Feedback ### Capture (Thumbs Down) When: - User says "that's wrong", "no", "incorrect", "that broke something" - User corrects my answer - User has to repeat themselves - I made an assumption that was wrong - Code I wrote caused errors - I gave instructions instead of acting (violated ACT DON'T INSTRUCT) ### Capture (Thumbs Up) When: - User says "good", "thanks", "that worked", "perfect" - Task completed successfully on first try - User doesn't need to correct me - Code works without errors ## How to Capture (Claude Executes This) ```bash # After detecting negative feedback signal: node "$CLAUDE_PROJECT_DIR/.claude/scripts/feedback/capture-feedback.js" \ --feedback=down \ --context="[What went wrong]" \ --tags="[relevant-tags]" # After detecting positive feedback signal: node "$CLAUDE_PROJECT_DIR/.claude/scripts/feedback/capture-feedback.js" \ --feedback=up \ --context="[What went right]" \ --tags="[relevant-tags]" ``` ## Domain Tags for Random Timer Use these tags to categorize feedback: - `timer-logic` - Timer countdown, random time generation - `redux-state` - State management, slices, persistence - `ui-components` - Buttons, sliders, screens - `navigation` - React Navigation, screen transitions - `sound-haptics` - Audio playback, vibration - `storage` - MMKV, persistence - `testing` - Jest, Maestro tests - `styling` - Theme, colors...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

capture-feedback

Capture structured thumbs up/down feedback with context, history-aware lesson distillation, tags, and optional rubric scores after completing a task.

21 Updated today
IgorGanapolsky
AI & Automation Listed

thumbgate-feedback

Capture thumbs feedback and apply prevention rules before coding

21 Updated today
IgorGanapolsky
AI & Automation Solid

claude-reflect

Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.

1,048 Updated 2 months ago
BayramAnnakov
AI & Automation Listed

claude-reflect

Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.

0 Updated today
abde-14
Data & Documents Solid

han-feedback

Capture structured feedback on the Han skills and agents used in the current session and optionally post it as a GitHub issue to testdouble/han. Works across the whole han.* plugin family: han.core, han.github, han.reporting, han.feedback, and any future han.* plugin. Use at the end of any session where one or more han.* skills or agents ran, to rate a run, log what worked and what didn't, or submit observations for maintainers. Produces a dated markdown feedback file under ~/.claude/han-feedback/ and walks through a sensitive-content review before offering to post. Does not review code, investigate bugs, or research options; use code-review, investigate, or research for those. Does not provide feedback on skills or agents from non-Han plugins.

66 Updated today
testdouble