Rec Log Feedback banner
danielrosehill danielrosehill

Rec Log Feedback

Development community

Description

--- description: Record like/dislike/nuanced feedback against a past recommendation and update the preference profile so future suggestions improve. --- # /log-feedback Close the loop on a previous recommendation. This is the single most important command for improving recommendation quality over time. ## Steps ### 1. Identify the recommendation If the user named one inline (`/log-feedback "The Rest is History — Constantinople"`), match it against `recommendations/`. Otherwise: - Run the s

Installation

Installs to ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-log-feedback/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-log-feedback && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/commands/rec-log-feedback.md -o ~/.claude/skills/danielrosehill-procurement-tools-plugin-rec-log-feedback/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository