This skill provides comprehensive analysis of Git staged changes to identify risks, errors, and potential issues before committing code.
| HIGH | 90-100 | Syntax errors, type mismatches, clear security issues | | MEDIUM | 60-89 | Potential logic errors, suspicious patterns | | LOW | 20-59 | Code smells, style concerns |
| Syntax | Imports, types, brackets, API usage | | Logic | Null access, loops, error handling, async | | Breaking | API changes, schema, dependencies | | Security | Secrets, injection, XSS, auth |
Comprehensive review of staged Git changes for risk assessment, error detection, and impact analysis. Use when the user wants to review staged changes, check for errors before commit, analyze risks in git staged files, validate code changes before committing, or needs suggestions on staged modifications. Source: adonis0123/adonis-skills.