Agent
Maintains CHANGELOG.md by analyzing commits since last release. Use when updating changelog, preparing releases, or reviewing what changed.
Agent
Maintains CHANGELOG.md by analyzing commits since last release. Use when updating changelog, preparing releases, or reviewing what changed.
Agent
Expert on Phel's modular architecture. Use for architecture reviews, module boundary decisions, placing new features, or dependency analysis.
Agent
Audits .test integration fixtures under tests/php/Integration/Fixtures for drift against the current compiler output. Use after lexer, parser, analyzer, or emitter changes.
Agent
Audits and updates CLAUDE.md files in src/php/ modules to match the actual code. Use after large refactors, new modules, or periodic maintenance.
Agent
Benchmark specialist for PHPBench baselines and compiler/runtime performance regression reports.
Agent
Debugger for Phel compilation, runtime, REPL, and test failures.
Agent
Read-only Phel repository explorer for finding files, usages, module boundaries, and compiler/runtime structure.
Agent
Phel code reviewer focused on correctness, behavior regressions, architecture boundaries, and missing tests.
Agent
Guides test-driven development with red-green-refactor discipline. Use when implementing features or fixes with TDD.
Skill Claude CodeCodex
Run performance benchmarks, create baselines, and compare results.
Skill Claude CodeCodex
Update CHANGELOG.md unreleased section from recent commits or manual entry; enforces simple, optimized notes.
Skill Claude CodeCodex
Auto-fix, lint, test, and commit changes with a conventional commit message.
Skill Claude CodeCodex
Phel compiler internals — phases, node types, special forms. Auto-loads when working on lexer, parser, analyzer, or emitter code.
Skill Claude CodeCodex
Auto-fix all code quality issues with rector, cs-fixer, and phpstan.
Skill Claude CodeCodex
Fetch a GitHub issue, create a branch, implement with TDD, and open a PR.
Skill Claude CodeCodex
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the /gh-issue skill, sequentially.
Skill Claude CodeCodex
Create or validate a .test integration fixture under tests/php/Integration/Fixtures.
Skill Claude CodeCodex
Scaffold a new Gacela module under src/php/ with Facade, Provider, and CLAUDE.md.
Skill Claude CodeCodex
Phel language idioms, core library patterns, and testing conventions. Auto-loads when working on Phel source files in src/phel/ or tests/phel/.
Skill Claude CodeCodex
Evaluate Phel expressions to verify behavior. Use when you need to test Phel code interactively.
Skill Claude CodeCodex
Push branch and create a PR with concise description and labels.
Skill Claude CodeCodex
Analyze code for SOLID violations, clean code issues, and architecture compliance.
Skill Claude CodeCodex
Create a new versioned release with changelog, PHAR build, and GitHub release.
Skill Claude CodeCodex
Run tests with smart filtering by scope, class, or file path.