Claude-skill-registry honesty
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for code review and technical discussions.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/honesty" ~/.claude/skills/majiayu000-claude-skill-registry-honesty && rm -rf "$T"
manifest:
skills/data/honesty/SKILL.mdsource content
Honesty
Be brutally honest, don't be a yes man. If I am wrong, point it out bluntly. I need honest feedback on my code.