AI Feedback Reporter

Audit loaded skills and report violations before file write operations.

51|6|Updated Mar 28, 2019
One-click install
npx skills add https://github.com/Mte90/dotfiles --skill ai-feedback-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI Feedback Reporter
Source: https://github.com/Mte90/dotfiles/tree/main/.config/opencode/skills/common/feedback-reporter
Command: npx skills add https://github.com/Mte90/dotfiles --skill ai-feedback-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-skills-standard, and includes references (resource) components.

What problem does it solve?

This Skill ensures that AI actions comply with predefined coding standards and best practices by auditing loaded skills before any file modification occurs, preventing potential violations and maintaining code quality.

Core Features & Use Cases

  • Proactive Violation Detection: Automatically checks if planned code changes conflict with rules defined in loaded skills.
  • Automated Reporting: If a violation is detected, it triggers a feedback command to report the issue with detailed context.
  • Use Case: When an AI is about to write code for a Flutter app, this skill checks if the code uses hardcoded colors, which might violate a flutter/theme-system skill rule. If it does, it reports the violation before the code is written.

Quick Start

Run the feedback command with details about the skill, issue, and violation.

Frequently Asked Questions about AI Feedback Reporter

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

FAQPage Schema
How do I audit AI code changes for compliance before file writes?

You can audit AI code changes for compliance by automating the auditing of loaded skills to detect and report violations before file write operations occur. This enforces adherence to predefined coding standards and prevents potential violations.

What is proactive violation detection for AI coding standards?

Proactive violation detection automatically checks if planned code changes conflict with rules defined in loaded skills. It identifies issues like hardcoded colors in Flutter apps before the code is actually written to maintain code quality.

How do I generate an automated feedback report for skill rule violations?

To generate an automated feedback report for skill rule violations, run the feedback command with specific parameters detailing the violation context and skill instruction. This reports the issue with detailed context before file modification.

Does AI code auditing work across multiple programming languages and frameworks?

Yes, AI code auditing works across various programming languages and frameworks. It enforces adherence to skill rules and anti-patterns regardless of the specific language or framework being used for the file write operation.

Do I need agent-skills-standard to run AI feedback reporting?

Yes, you need the agent-skills-standard dependency to run AI feedback reporting. This prerequisite provides the foundational standard required to audit loaded skills and trigger feedback commands for compliance enforcement.

When should I not rely on automated skill auditing for code quality?

You should not rely on automated skill auditing when no predefined skill rules or anti-patterns are loaded for your specific programming language or framework, as the audit requires loaded skills to detect and report compliance violations.