agent-output-audit

Audit AI-implemented work against task artifacts, test results, and repository evidence.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill agent-output-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-output-audit
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/agent-output-audit
Command: npx skills add https://github.com/haryelramalho/skills --skill agent-output-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill verifies whether an AI agent truly completed the work it claimed, using repository evidence, test results, and task artifacts instead of self-reported success.

Core Features & Use Cases

  • Independent verification: Checks completed tasks against actual files, commands, and acceptance criteria.
  • Test and evidence review: Audits baseline gates, flaky behavior, requirement-to-test mapping, and test hygiene red flags.
  • Compozy task auditing: Reviews task frontmatter, memory notes, and implementation evidence for completed AI runs.
  • Use case: When a task or PR says it is done, this Skill helps confirm whether the implementation, tests, and reported status all match reality.

Quick Start

Ask the skill to audit the completed task or pull request and return a verdict with supporting evidence.

Frequently Asked Questions about agent-output-audit

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

FAQPage Schema
How do I verify AI-generated code actually meets task requirements?

To verify AI-generated code meets task requirements, you need an independent audit that checks completed tasks against actual repository files, test results, and acceptance criteria instead of relying on self-reported success. This process confirms the implementation matches reality.

What is independent AI task auditing and how does it work?

Independent AI task auditing is a verification process that checks AI-implemented work against task artifacts, baseline gate execution, and repository evidence. It works by performing command discovery, requirement-to-test mapping, and AI test-hygiene checks to return a verdict with supporting evidence.

How do I audit a pull request for flaky tests and AI test hygiene issues?

To audit a pull request for flaky tests and AI test hygiene issues, you review baseline gates, perform flaky-triage handling, and check for test hygiene red flags. This examines the requirement-to-test mapping and repository evidence to validate the claimed success.

Can I use an automated audit to verify Compozy loop task completion?

Yes, you can use an independent audit to verify Compozy loop task completion. The audit reviews task frontmatter, memory notes, and implementation evidence from completed AI runs to determine whether the reported status aligns with the actual repository artifacts.

Does AI code verification require any specific dependencies or CI tools?

AI code verification requires no external dependencies to run, but it needs access to task artifacts, test results, and repository evidence. It executes baseline gates and performs command discovery within your existing environment to validate the completed work.

When should I not rely on AI self-reported task completion status?

You should not rely on AI self-reported task completion status when approving pull requests or closing Compozy loops without independent verification. If the task claims success but lacks clear requirement-to-test mapping or shows flaky test behavior, an evidence-based audit is necessary.