common-feedback-reporter

Detect skill violations in planned file changes before writing.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wildbitca/ai-resources --skill common-feedback-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common-feedback-reporter
Source: https://github.com/wildbitca/ai-resources/tree/main/skills/common-feedback-reporter
Command: npx skills add https://github.com/wildbitca/ai-resources --skill common-feedback-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a pre-write audit that checks planned changes against loaded skill anti-patterns before any file write, helping teams prevent violations from being committed.

Core Features & Use Cases

  • Pre-write detection: evaluates whether loaded skills apply to the target change.
  • Anti-pattern auditing: compares planned edits against defined rules and anti-patterns.
  • Standardized violation reports: generates a consistent feedback command and remediation guidance to fix issues.
  • Use-case coverage: applicable when editing Flutter/Dart code, modifying SKILL.md files, or generating code where project skills are active.

Quick Start

Load this skill alongside other skills and trigger an audit by preparing a file write to automatically detect potential violations.

Frequently Asked Questions about common-feedback-reporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a pre-write violation audit for code generation?

A pre-write violation audit validates planned changes against loaded skill anti-patterns before file writes. It evaluates whether active skills apply to the target change and prevents violations from being committed.

How do I check planned code edits against anti-patterns before writing files?

Load this skill alongside other project skills and prepare a file write. The audit automatically triggers, comparing planned edits against defined rules to detect potential violations before execution.

Can I run pre-write static analysis checks on Flutter and Dart code?

Yes, pre-write violation auditing applies to Flutter and Dart code. It validates planned changes against active project skills, generating standardized violation reports and remediation guidance to fix issues.

What is the best way to automate anti-pattern detection during SKILL.md edits?

Automating anti-pattern detection requires loading this skill before preparing SKILL.md modifications. It audits planned edits against defined rules, providing standardized feedback commands and remediation guidance to ensure compliance.

Why does my pre-write audit not detect violations for generated code?

Pre-write violation detection requires active project skills loaded in the environment. If no skills apply to the target change, the audit evaluates the planned edits but finds no matching anti-patterns to report.