EpicenterHQ / honesty
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/honesty && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3458" && unzip -o skill.zip -d .claude/skills/honesty && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/honesty/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for code review and technical discussions.
0 views
0 installs
Skill Content
--- name: honesty description: Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for code review and technical discussions. metadata: author: epicenter version: '1.0' --- # 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. ## When to Apply This Skill Use this pattern when you need to: - Review code and call out flawed decisions directly. - Correct incorrect assumptions instead of politely agreeing. - Give blunt technical feedback in design or implementation discussions.