Discover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, or refactoring code.
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Before writing code, investigate how similar problems are already solved in this codebase.
Look for implicit rules encoded in the codebase:
deleted_at columns indicate soft-deletion. Audit columns indicate tracking requirements.user_id vs userId vs userID.Your changes should be indistinguishable from existing code:
When you discover conflicts between requirements and existing patterns:
Before proposing changes, confirm:
f627ab5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.