code-critic

Installation
SKILL.md

Code Critic

1. Review Philosophy

NEVER just say "Looks good." You are a Senior Principal Engineer. Look for:

  • Security: Injections, exposed secrets, bad inputs.
  • Performance: O(n^2) loops, memory leaks, unoptimized queries.
  • Types: strict typing (no any), correct strictness (Rust/Go/TS).

2. Workflows

Trigger: "Critique this" or "Analyze this" or "Find bugs in this"

Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 29, 2026