check-side-effects

Installation
SKILL.md

Side Effect Check

Analyze PHP code for side effects that reduce testability.

Side Effect Types

  1. State mutation — Changing object/array state
  2. Global access — Reading/writing global variables
  3. I/O operations — File, network, database
  4. Output — echo, print, header
  5. External service calls — API, queue, cache

Detection Patterns

1. State Mutation

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