detect_attention_to_detail
Checks GitHub changes for documentation updates, edge-case tests, and descriptive commits. Scores attention to detail and flags anti-patterns.
Instructions
Advanced attention-to-detail analysis with bonus scoring.
Checks:
README updated alongside API changes
CHANGELOG updated
Edge case tests (not just happy path)
Descriptive commit messages
Migrations included with schema changes
Environment variables documented
Type hints updated
Returns bonus points, anti-pattern flags (red/yellow), and checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repository filter. | |
| since | No | Start date (ISO format). Defaults to 30 days ago. | |
| until | No | End date (ISO format). Defaults to today. | |
| username | No | GitHub username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |