context-guidance-audit

Audit and remediate AI agent guidance files against the live codebase.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Agentic-Assets/apple-mail-mcp --skill context-guidance-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-guidance-audit
Source: https://github.com/Agentic-Assets/apple-mail-mcp/tree/main/.agents/skills/context-guidance-audit
Command: npx skills add https://github.com/Agentic-Assets/apple-mail-mcp --skill context-guidance-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for a thorough audit and remediation of codebase guidance, ensuring that AI agents have accurate and up-to-date instructions for working within a repository.

Core Features & Use Cases

  • Multi-phase Audit: Conducts a two-phase audit, Phase 1 being read-only and Phase 2 applying fixes, to ensure comprehensive review and correction.
  • Subagent-driven: Utilizes subagents for focused, parallel processing across different scopes of the codebase.
  • Guidance-only Focus: Focuses on agent instruction files, documentation, and IDE rules, avoiding application source code unless explicitly requested.
  • Verification Against Live Repo: Ensures every finding is verified against the live codebase for accuracy.
  • Documentation and Reporting: Provides detailed reports and logs for each phase, including synthesis and remediation logs.

Quick Start

Run the context-guidance-audit skill to initiate a deep audit of your codebase's guidance for AI agents.

Frequently Asked Questions about context-guidance-audit

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

FAQPage Schema
How do I audit and fix outdated AI agent instructions in my codebase?

Audit and remediate codebase guidance by running a two-phase process that verifies agent instruction files and documentation against the live repository to ensure accuracy. It generates detailed synthesis and remediation logs for comprehensive correction.

What is a codebase guidance audit for AI agents?

A codebase guidance audit verifies that AI agent instruction files, IDE rules, and documentation accurately match the live codebase. It ensures agents have up-to-date, verified instructions for working within a repository.

Does codebase guidance remediation modify my application source code?

Codebase guidance remediation focuses exclusively on agent instruction files, documentation, and IDE rules. It avoids modifying application source code unless explicitly requested, ensuring your core logic remains untouched during the audit.

How does the two-phase AI agent instruction audit process work?

The two-phase audit process starts with a read-only Phase 1 for comprehensive review, followed by Phase 2 applying fixes. It uses subagents for focused, parallel processing across different codebase scopes to verify findings.