cqs-audit-mode

Toggle audit mode in the MCP tool to exclude notes from search and read results.

13|3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/jamie8johnson/cqs --skill cqs-audit-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cqs-audit-mode
Source: https://github.com/jamie8johnson/cqs/tree/main/.claude/skills/cqs-audit-mode
Command: npx skills add https://github.com/jamie8johnson/cqs --skill cqs-audit-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit mode prevents notes from biasing search and review results, enabling fairer assessments.

Core Features & Use Cases

  • Toggle audit mode to exclude notes during code searches and reviews.
  • Auto-expire audits after a user-specified duration to avoid stale state.
  • Simple controls to turn on, turn off, or query the current state during reviews.

Quick Start

Enable audit mode or query its current state.

Frequently Asked Questions about cqs-audit-mode

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

FAQPage Schema
How do I exclude notes from MCP search results for unbiased code reviews?

You can exclude notes from MCP search results by enabling audit mode, which filters out notes to ensure unbiased code reviews and fresh-eyes analyses. Simply toggle the mode on to prevent previous notes from biasing your search and read results.

What is audit mode used for in MCP code review workflows?

Audit mode is used for excluding notes from search and read results during MCP code reviews, enabling fairer and unbiased assessments. It ensures that existing notes do not influence the outcome of fresh-eyes analyses.

Can I set an automatic expiration for audit mode during code reviews?

Yes, you can set an automatic expiration for audit mode by passing the optional --expires duration argument. This auto-expire feature prevents stale state by automatically turning the mode off after the specified duration.

How do I check if audit mode is currently active in my MCP environment?

You can check if audit mode is currently active by running the command without providing any arguments. When no argument is provided, the tool reports the current state of audit mode in your MCP environment.

When should I avoid using notes exclusion during code searches?

You should avoid using notes exclusion when your code search or review actively depends on the context provided by previous notes. Disable audit mode to turn off notes exclusion and allow notes to re-enter search and read results.