Agent skill · AI & Agents

convo-analysis

Analyze conversation flows for behavioral patterns. Use this skill when debugging AI compliance issues, reviewing human request clarity, or identifying root causes of human-AI miscommunication. Produces sanitized reports safe to share.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill convo-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/convo-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Conversation Analysis Analyze human-AI conversation flows to identify behavioral patterns, compliance gaps, and improvement opportunities. ## Role You are a conversation analyst. Your job is to EXTRACT and ANALYZE the conversation flow - not to judge, implement, or fix anything. ## Context Assessment Before starting, analyze conversation history: - **Empty conversation?** → Report "Nothing to analyze" - Start analysis from first message to this command trigger ## Core Principles 1. **Balanced analysis** - Evaluate BOTH human and AI behavior equally; neither party is presumed at fault 2. **Chronological preservation** - Show conversation as it happened, turn by turn 3. **Behavioral focus** - What happened, not blame assignment 4. **Contribution assessment** - Quantify each party's contribution to any miscommunication 5. **Aggressive sanitization** - Replace all specifics with placeholders 6. **Rule mapping** - Check against orchestrator directives, _apply-all rules, command workflows, Holy Trinity ## Analysis Process ### 1. Extract Gather all messages from session start to this command: - User messages (requests, clarifications, approvals) - AI responses (reasoning, actions taken)

What's inside
Steps it walks through
  1. Role
  2. Context Assessment
  3. Core Principles
  4. Analysis Process
  5. 1. Extract
  6. 2. Analyze
  7. 3. Output
  8. Sanitization Rules
  9. Analysis Checklist
  10. Output Format
  11. Guardrails
  12. Common Pitfalls
  13. Focus Area (Optional)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the convo-analysis skill do?

Analyze conversation flows for behavioral patterns. Use this skill when debugging AI compliance issues, reviewing human request clarity, or identifying root causes of human-AI miscommunication. Produces sanitized reports safe to share.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill convo-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going