check-pure-functions

Installation
SKILL.md

Pure Function Check

Analyze PHP code for pure function patterns that improve testability.

Pure Function Characteristics

A pure function:

  1. Returns the same output for the same input (deterministic)
  2. Has no side effects
  3. Doesn't depend on external state

Detection Patterns

1. Non-Deterministic Methods

Installs
5
GitHub Stars
96
First Seen
Mar 17, 2026
check-pure-functions — dykyi-roman/awesome-claude-code