update-agents

Encode QA audit findings into agent definitions and CLAUDE.md files.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/panlam85/PAF-Atlas --skill update-agents-panlam85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-agents
Source: https://github.com/panlam85/PAF-Atlas/tree/main/.claude/skills/update-agents
Command: npx skills add https://github.com/panlam85/PAF-Atlas --skill update-agents-panlam85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Encodes QA audit learnings into agent definitions and CLAUDE.md to prevent recurring bug patterns.

Core Features & Use Cases

  • Automated rule propagation: sync findings into .claude/agents/*.md and CLAUDE.md.
  • Impact-driven updates: classify findings as new or strengthened rules and apply them across agents.
  • Audit-to-action workflow: generate a change summary and track applied updates for traceability.

Quick Start

Submit audit findings and let the skill update the agent rule files and CLAUDE.md to prevent recurring bugs.

Frequently Asked Questions about update-agents

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

FAQPage Schema
How do I update CLAUDE.md to prevent recurring bug patterns found in QA audits?

You can update CLAUDE.md by encoding QA audit findings into automated rules. This skill syncs audit learnings directly into CLAUDE.md and agent definitions to prevent recurring bugs.

How do I propagate code review findings to all agent definitions automatically?

Propagate code review findings by classifying them as new or strengthened rules and applying them across .claude/agents/*.md files. This ensures all agents adopt the corrected behaviors.

What is the best way to track which agent rules were modified after a bug fix?

Track modified agent rules by generating a change summary after applying updates. This skill produces a summary of edits made to .claude/agents/*.md and CLAUDE.md for traceability.

Can I use QA audit results to create new rules in claude-md files?

Yes, QA audit results can create new rules in CLAUDE.md files. The skill evaluates audit outputs and determines whether to create new rules or strengthen existing ones across all agents.

Why do the same bug patterns keep recurring across different agents?

Recurring bug patterns happen when QA learnings are not encoded into agent definitions. Updating .claude/agents/*.md files with audit findings ensures all agents follow the corrected rules.

Are there limitations to automating claude-md updates from discussion outputs?

Automating CLAUDE.md updates from discussion outputs requires clear audit findings to classify. The skill applies these findings across agents but depends on the quality of the submitted audit data.