get_error_patterns
Identifies recurring error patterns in repositories and provides prevention hints to avoid repeating past mistakes.
Instructions
Return recurring error patterns with prevention hints to avoid repeating mistakes.
Each entry has: error_type, count, affected files, last_seen, prevention_hint, and the most recent error message for context.
Use this to guide Claude away from solutions that have historically failed.
min_count: only return errors seen at least this many times (default 1). repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_count | No | ||
| repo_path | No |