원클릭으로
ai-feedback-reporter
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
Universal standards for version control, branching, and team collaboration.
Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations.
| name | AI Feedback Reporter |
| description | CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command. |
| metadata | {"labels":["meta","feedback","quality","monitoring"],"triggers":{"files":["**/*"],"keywords":["write","edit","create","generate","skill","violation"]}} |
Quick check before write_to_file, replace_file_content, multi_replace_file_content:
Before file write?
├─ Check file extension → Identify loaded skills
├─ Review skill anti-patterns/rules
├─ Code matches anti-pattern?
│ ├─ YES → 🚨 VIOLATION → feedback command
│ └─ NO → ✅ Proceed
└─ No skills loaded → ✅ Proceed
Flutter: color: Colors.blue → Rule: No hardcoded colors → Report + use theme
React: class MyComponent extends... → Rule: Use functions → Report + convert
SKILL.md: 85 lines → Rule: ≤70 max → Report + extract to references/
npx agent-skills-standard feedback \
--skill="[skill-id]" \
--issue="[violation]" \
--skill-instruction="[exact rule]" \
--actual-action="[what I did]"
Before notify_user or task completion:
Did I write code? YES → Did I audit skills? NO → Audit now