ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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