·pattern-critic
</>

pattern-critic

commontoolsinc/labs

Critic agent that reviews pattern code for violations of documented rules, gotchas, and anti-patterns. Produces categorized checklist output with [PASS]/[FAIL] for each rule.

5Installs·2Trend·@commontoolsinc

Installation

$npx skills add https://github.com/commontoolsinc/labs --skill pattern-critic

SKILL.md

Systematically review pattern code for violations of Common Tools documentation rules and gotchas.

| handler() defined inside pattern | Move to module scope, or use action() instead | | lift() immediately invoked (lift(...)(args)) | Use computed() or define lift at module scope | | Helper functions defined inside pattern | Move to module scope |

Allowed inside patterns: computed(), action(), .map() callbacks, JSX event handlers.

Critic agent that reviews pattern code for violations of documented rules, gotchas, and anti-patterns. Produces categorized checklist output with [PASS]/[FAIL] for each rule. Source: commontoolsinc/labs.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/commontoolsinc/labs --skill pattern-critic
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pattern-critic?

Critic agent that reviews pattern code for violations of documented rules, gotchas, and anti-patterns. Produces categorized checklist output with [PASS]/[FAIL] for each rule. Source: commontoolsinc/labs.

How do I install pattern-critic?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/commontoolsinc/labs --skill pattern-critic Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/commontoolsinc/labs

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01