Knowledge Map
knowledge_mapIdentify top contributors to a file or directory by recency, change volume, and commit frequency. Use to find PR reviewers, detect knowledge silos, or plan team transitions.
Instructions
Show who knows a file or directory best, weighted by recency, volume of changes, and commit frequency. Use this to find the right reviewer for a PR, identify knowledge silos, or plan for team transitions. NOTE: If the server was not started inside a git repo, you MUST provide repo_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days to look back (default: 365) | |
| path | Yes | File or directory path to analyze (relative to repo root) | |
| repo_path | No | Absolute path to the git repository to analyze. Required if Claude Code was not opened in a git repo. |