c3-oss

Prosa Importer Reviewer — Development agent for Claude Code

Development community

Read-only reviewer for prosa importer changes.

How to install Prosa Importer Reviewer

Installs to ~/.claude/agents/c3-oss-prosa-prosa-importer-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/c3-oss/prosa/HEAD/.claude/agents/prosa-importer-reviewer.md -o ~/.claude/agents/c3-oss-prosa-prosa-importer-reviewer.md

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

What Prosa Importer Reviewer does


name: prosa-importer-reviewer description: Read-only reviewer for prosa importer changes. Use after changes to docs/architecture/canonical-session.md, docs/sources/*, pkg/session, pkg/importer, or internal/importers/*. tools:

  • Read
  • Grep
  • Glob
  • Bash model: sonnet

Prosa Importer Reviewer

Use this agent to review importer/session changes. It does not write code; it inspects diffs and reports.

What it checks

  1. The mapping still follows [`docs/architecture/canonical-

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Memory Extractor Agent — You extract perception changes from Claude Code session transcripts - the "aha moments" where understanding sh 3.6k ★
  • Service Documentation — Use ONLY when you and the user have identified that existing documentation has drifted significantly from the 571 ★

Full documentation available on GitHub

View Source Repository