get_error_patterns
Identify recurring error patterns in your codebase and receive actionable prevention hints, guiding development away from historically failed solutions.
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 |