code-validation

Installation
SKILL.md

Code Validation

Validates code changes through automated scanning and LLM-guided heuristics to detect:

  • Test disabling patterns (skip, only, todo)
  • Secret exposure (hardcoded credentials, API keys)
  • Path portability issues (user-specific paths)
  • Dangerous security flags
  • Large deletions
  • Dependency/import changes
  • Broad exception handling

When to Use

Execute code-validation as part of QA validation protocol:

  1. After Action Agent completes implementation
  2. Before approving changes for merge
  3. When reviewing diffs for red flags
  4. During final validation phase
Related skills

More from auldsyababua/instructor-workflow

Installs
4
GitHub Stars
6
First Seen
Feb 18, 2026