acc-check-side-effects
Installation
SKILL.md
Side Effect Check
Analyze PHP code for side effects that reduce testability.
Side Effect Types
- State mutation — Changing object/array state
- Global access — Reading/writing global variables
- I/O operations — File, network, database
- Output — echo, print, header
- External service calls — API, queue, cache