cyberneticlibrary

Review code against latest standards

quality-reviewingskillsetup L2381
majiayu000/claude-skill-registry
What it does

Deep code review with web research on versions, deprecations, and security

Best for

Catching ecosystem mismatches before they reach production; complements automatic hook with external verification.

Inputs
  • · code diff
  • · dependency list
  • · phase context (intake/define/decompose/implement/done)
Outputs
  • · version audit
  • · deprecation warnings
  • · security vulnerability report
  • · improvement checklist
Requires
  • · web search
  • · official docs sites
  • · security advisory feeds
Preconditions
  • · code staged or diff available
  • · library versions extractable
  • · BDD phase known (optional)
Failure modes
  • · misses zero-day if vulnerability database stale
  • · docs outdated if cached
Trust signals
  • · explicit web research step
  • · phase-aware (adapts to BDD workflow)
  • · security-first approach