common-feedback-reporter

Check planned code against loaded skill anti-patterns before file writes.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/VSF-QC-TTS/vf-qc-copilot --skill common-feedback-reporter-vsf-qc-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common-feedback-reporter
Source: https://github.com/VSF-QC-TTS/vf-qc-copilot/tree/main/.agents/skills/common/common-feedback-reporter
Command: npx skills add https://github.com/VSF-QC-TTS/vf-qc-copilot --skill common-feedback-reporter-vsf-qc-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents code violations by checking planned code against loaded skill anti-patterns before any file write, ensuring code quality and adherence to best practices.

Core Features & Use Cases

  • Pre-write Audit: Checks planned code against loaded skill anti-patterns before file writes.
  • File Extension Support: Works with Flutter/Dart, React, TypeScript, and SKILL.md files.
  • Composite Skill: Load as a composite alongside other skills for comprehensive code review.
  • Learning Log Integration: Records mistakes for continuous learning and improvement.

Quick Start

Load the common-feedback-reporter skill and write your code. The Skill will automatically check for violations and provide feedback.

Frequently Asked Questions about common-feedback-reporter

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

FAQPage Schema
How do I check code against best practices before writing files?

To check code against best practices before writing files, use a pre-write audit that validates planned code against loaded anti-patterns. This mechanism prevents skill violations and ensures code quality prior to any file write operation.

What is a pre-write audit for code quality and how does it work?

A pre-write audit for code quality is a validation process that checks planned code against loaded skill anti-patterns before execution. It works by intercepting file writes to ensure adherence to best practices and prevent violations.

Can I run pre-write code checks on Flutter, React, and TypeScript files?

Yes, you can run pre-write code checks on Flutter, React, and TypeScript files. The audit supports Dart, React, TypeScript, and SKILL.md file extensions to ensure code quality and best practices across these environments.

How do I integrate a pre-write code review with other development skills?

To integrate a pre-write code review with other development skills, load the tool as a composite alongside your existing skills. This enables comprehensive code review by combining anti-pattern checks with other development workflows.

Why does my code still violate best practices after using a code review skill?

Code may still violate best practices if the anti-patterns are not fully loaded or recognized before the file write. The tool records these mistakes in a learning log for continuous improvement, helping refine future pre-write audits.