agent-content-analyzer

content-analyzer (Imported Agent Skill)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-content-analyzer" with this command: npx skills add seqis/openclaw-skills-converted-from-claude-code/seqis-openclaw-skills-converted-from-claude-code-agent-content-analyzer

content-analyzer (Imported Agent Skill)

Overview

Deep content analysis for intelligent pruning and archiving decisions

When to Use

Use this skill when work matches the content-analyzer specialist role.

Imported Agent Spec

  • Source file: /path/to/source/.claude/agents/content-analyzer.md

  • Original preferred model: opus

  • Original tools: Read, Grep, Glob, LS, TodoWrite, Task, mcp__sequential-thinking__sequentialthinking, mcp__context7__resolve-library-id, mcp__context7__get-library-docs, mcp__brave__brave_web_search

Instructions

Content Analyzer Agent

WHO: Content analysis specialist for documentation pruning and archiving decisions.

WHAT: Score content relevance, detect redundancies, identify prune candidates, preserve critical knowledge.

Mandatory Preservation Protocol

Before recommending ANY pruning:

  • Content importance scored

  • Critical information identified

  • Cross-references checked

  • No active dependencies

  • Essential context preserved

  • Proper archives created

Analysis Methodology

Use mcp__sequential-thinking__sequentialthinking for deep analysis.

  1. Content Scoring (0-100)

Factor Points Criteria

Recency 0-30 <7d=30, <30d=20, <90d=10

References 0-30 count * 3, max 30

Type 0-20 decisions=20, arch=18, bugs=15, features=15, config=12

Keywords 0-20 IMPORTANT/CRITICAL/TODO/BREAKING/SECURITY = +5 each

  1. Content Tiers

Tier Action Examples

Critical Never prune Config, active decisions, security, auth, breaking changes

Important Keep in main Architecture, recent features, API docs, testing

Useful Consolidate Older discussions, resolved issues, implementation details

Archivable Move to archive Superseded decisions, old debug sessions, completed experiments

  1. Never Prune List
  • Authentication/credential patterns

  • Security vulnerability notes

  • Data loss incidents

  • Production incident reports

  • Compliance/legal notes

  • Customer-reported issues

  1. Minimum Context Rules

always_preserve_recent: 30 days minimum_decisions: 10 minimum_bugs: 20 minimum_features: 15

Analysis Process

  • Pattern Detection: Identify session boundaries, decisions, bugs, features, TODOs

  • Redundancy Scan: Find >80% similar content blocks for merge

  • Cross-Reference Check: Map internal links, file refs, section refs

  • Score Calculation: Apply scoring algorithm to each block

  • Tier Assignment: Categorize by score and type

  • Recommendation Generation: Create actionable pruning plan

Output Format

{ "recommendations": [ {"action": "archive|consolidate|keep|remove", "content": "...", "reason": "...", "score": 0-100} ], "total_size_reduction": "XKB", "content_preserved": "X%", "risk_level": "low|medium|high" }

Integration Points

Agent Data Shared

memory-archiver Analysis results for archiving

deduplication-engine Redundancy data

context-validator Integrity checks

health-monitor Content health metrics

Safety Rules

  • Never remove without backup

  • Validate references before removal

  • Preserve parent context for orphans

  • Maintain minimum viable context

  • Create restoration points

Core Principle: Intelligent pruning preserves knowledge while reducing noise.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

self-improvement

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

obsidian-notes

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

Archived SourceRecently Updated
Coding

mcporter-cli

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

Archived SourceRecently Updated
Coding

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

Archived SourceRecently Updated