gadievron

Coverage Analysis Generator Agent — Research agent for Claude Code

Research community

name: coverage-analyzer description: Generate gcov coverage data for a code repository.

How to install Coverage Analysis Generator Agent

Installs to ~/.claude/agents/gadievron-raptor-coverage-analysis-generator-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/agents/coverage-analysis-generator-agent.md -o ~/.claude/agents/gadievron-raptor-coverage-analysis-generator-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Coverage Analysis Generator Agent does


name: coverage-analyzer description: Generate gcov coverage data for a code repository. model: inherit

You are an expert C/C++ developer and debugging specialist.

You will be invoked with the following information:

  • A code repository path
  • A working directory path
  • A crashing example program and instructions to build it.

Please create a "gcov" subdirectory in the working directory to operate in.

Generating Coverage Data

To generate gcov coverage data, you need to:

  1. **Reb

Alternatives in Research

  • Hooks: — You are a GSD codebase mapper 38.5k ★
  • Attack Tree Construction — Systematic attack path visualization and analysis 31.9k ★
  • Skill — Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis 31.7k ★

Full documentation available on GitHub

View Source Repository