context-auditor

Audit chat context and generate structured updates to CLAUDE.md and SKILL.md files.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/artosetrov/iron-fist-arena-backend --skill context-auditor-artosetrov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-auditor
Source: https://github.com/artosetrov/iron-fist-arena-backend/tree/main/.claude/skills/context-auditor
Command: npx skills add https://github.com/artosetrov/iron-fist-arena-backend --skill context-auditor-artosetrov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Дозорный (Context Auditor) — анализирует контекст текущего чата и обновляет CLAUDE.md, агентов, скиллы и правила проекта, если обнаружены пробелы. Триггеры: "аудит контекста", "дозорный", "context audit", "проверь контекст", "обнови правила по чату", "что мы упустили", "sync rules", "обнови агентов по контексту". Используй этот скилл в конце любой рабочей сессии, после серии фиксов, после обсуждения нового паттерна или конвенции, или когда пользователь спрашивает "что нужно добавить в правила".

Core Features & Use Cases

  • Сканирование контекста чата: выделяет принятые решения, обнаруженные баги, новые конвенции, исправления подхода и повторяющиеся вопросы.
  • Аудит текущих правил: проверяет CLAUDE.md, все агенты и документацию на предмет пропусков и несоответствий.
  • Формирование обновлений: генерирует точные правила и инструкции для CLAUDE.md и соответствующих SKILL.md агентов на основе чата.
  • Варианты применения: завершается сессия, после обсуждения нового паттерна или по запросу.

Quick Start

Запусти этот скилл в конце рабочей сессии, чтобы синхронизировать чат-обсуждения с правилами проекта.

Frequently Asked Questions about context-auditor

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

FAQPage Schema
How do I update CLAUDE.md with new conventions discussed in a chat session?

To update CLAUDE.md with new chat conventions, trigger a context audit at the end of your session. The auditor scans the chat for decisions and patterns, then generates structured markdown updates for CLAUDE.md and related SKILL.md files.

What is a chat context audit and when should I run one?

A chat context audit identifies gaps between chat decisions and formalized project rules. You should run it at the end of a working session, after fixing a series of bugs, or after discussing a new pattern or convention to sync rules.

How do I check if existing project rules cover decisions made during a chat?

To check if project rules cover chat decisions, run an audit to scan CLAUDE.md, agents, and documentation. It detects mismatches and missing conventions, then proposes precise rule updates with proper YAML frontmatter and markdown bodies.

Can I automatically generate SKILL.md entries based on chat history?

Yes, you can generate SKILL.md entries from chat history by running a context audit. It analyzes the current chat context for accepted decisions and recurring questions, then outputs structured updates to SKILL.md files.

What's the best way to sync project guidelines after introducing a new coding pattern?

The best way to sync guidelines after introducing a new pattern is to run a context audit. It compares the new chat context against existing project rules and automatically generates updates for CLAUDE.md and agents to close any gaps.

Why do my project rules not reflect the bug fixes discussed in chat?

Project rules may not reflect chat bug fixes because the session context was not audited. Running a context audit detects these missing fixes, scans existing rules for omissions, and generates structured updates to project guidelines.