---
title: "Repo Intel Checklist"
description: "Use this checklist when modifying the repo-intel plugin or library."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/repo-intel
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:01.072Z
license: CC-BY-4.0
attribution: "Repo Intel Checklist — Claudary (https://claudary.paisolsolutions.com/skills/repo-intel)"
---

# Repo Intel Checklist
Use this checklist when modifying the repo-intel plugin or library.

## Overview

# Repo Intel Checklist

Use this checklist when modifying the repo-intel plugin or library.

## Functional

- [ ] `agent-analyzer` binary is available before running scans
- [ ] No automatic installs without user approval
- [ ] Repo map saved to `{state-dir}/repo-map.json`
- [ ] `repo-intel update` handles added/modified/deleted files
- [ ] `repo-intel status` reports staleness correctly

## Integration

- [ ] `/repo-intel` command updated and mapped in `bin/cli.js`
- [ ] `repo_intel` MCP tool defined and documented
- [ ] `/ship` updates repo-intel after merge (if map exists)
- [ ] `/drift-detect` suggests repo-intel when missing or stale

## Docs + Tests

- [ ] `README.md` command list updated
- [ ] `docs/ARCHITECTURE.md` and `docs/USAGE.md` updated
- [ ] `docs/reference/AGENTS.md` updated for map-validator
- [ ] `npm test` passes

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/repo-intel) · https://claudary.paisolsolutions.com
