Loading...
Loading...
Found 115 Skills
dotnet format, prettier 및 기타 포맷팅 도구를 사용하여 코드를 정리합니다. 코드 스타일 수정, 포맷 일관성 유지 또는 커밋 전 코드 준비가 필요한 작업에서 사용합니다.
Commit standards for Engram contributors. Trigger: Any commit creation, review, or branch cleanup.
Stage changes and generate commit messages that comply with the Conventional Commits specification.
Use when code has been written and needs validation before committing, or when the user asks for a code review or security check.
Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on "review my diff", "check complexity", "am I overcomplicating this", "karpathy check", "before I commit", or any code quality concern where the LLM might be overcoding.
Diff Review - analyzes code changes and provides structured feedback before commit
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always