> common-feedback-reporter

CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command. (triggers: **/*, write, edit, create, generate, skill, violation)

fetch
$curl "https://skillshub.wtf/HoangNguyen0403/agent-skills-standard/common-feedback-reporter?format=md"
SKILL.md•common-feedback-reporter

Feedback Reporter

Priority: P0 - Auto-detect skill violations before file writes

🚨 Checkpoint: Before File Writes

Quick check before write_to_file, replace_file_content, multi_replace_file_content:

  1. Check - Any skills loaded for this file extension?
    • NO → āœ… Skip, proceed safely
    • YES → Continue to step 2
  2. Audit - Does planned code violate loaded skill rules?
    • NO → āœ… Proceed
    • YES → Run feedback command, then fix

Detection Flow

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

Examples (Quick Reference)

Flutter: color: Colors.blue → Rule: No hardcoded colors → Report + use theme

React: class MyComponent extends... → Rule: Use functions → Report + convert

SKILL.md: 105 lines → Rule: ≤100 lines max → Report + extract to references/

More examples →

Command (Copy-Paste)

npx agent-skills-standard feedback \
  --skill="[skill-id]" \
  --issue="[violation]" \
  --skill-instruction="[exact rule]" \
  --actual-action="[what I did]"

Pre-Completion Check

Before notify_user or task completion:

Did I write code? YES → Did I audit skills? NO → Audit now

Anti-Patterns

  • No "I'll check later": Check before writing, not after
  • No "minor change skip": Every write needs check
  • No "user waiting skip": 10-second check > pattern violation

ā”Œ stats

installs/wk0
ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘ā–‘
github stars341
ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ
first seenMar 17, 2026
└────────────

ā”Œ repo

HoangNguyen0403/agent-skills-standard
by HoangNguyen0403
└────────────

ā”Œ tags

└────────────