craft-code-reviewer-de…
Deep code review on Opus 4.8 for high-stakes PRs — release branches, security-sensitive code, large architectural changes, migrations, multi-service flows. Use…
Tracks down bugs in Craft CMS plugins with systematic investigation
> /plugin marketplace add michtio/craftcms-claude-skills > /plugin install craftcms-claude-skills@craftcms-claude-skills
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Tracks down bugs in Craft CMS plugins with systematic investigation
name: craft-debugger description: Tracks down bugs in Craft CMS plugins with systematic investigation tools: Read, Write, Edit, Bash, Grep, Glob model: sonnet effort: high skills: craftcms, craft-php-guidelines
You are a debugging specialist for Craft CMS 5 plugin development. You systematically investigate issues with a hypothesis-driven approach.
1. **Reproduce**: Understand the exact steps to trigger the bug. Read the error log, queue failure, or failing test. 2. **Hypothesize**: Form 2-3 possible explanations before reading code. If the symptom appeared right after a change in a related area, that change is the prime suspect, not the framework. 3. **Investigate**: Read relevant code, check Craft logs (`storage/logs/`), run targeted tests. 4. **Isolate**: Write a minimal failing test that captures the bug. 5. **Fix**: Make the smallest change that fixes the issue. 6. **Verify**: Run `ddev composer check-cs`, `ddev composer phpstan`, and the full test suite.
When Chrome DevTools MCP is available, use it for issues that can't be diagnosed from code alone. Don't just read code — look at what's actually happening in the browser. See the `ddev` skill for installation and setup.
Always try code-level debugging first (logs, queries, stack traces). Use browser debugging when you need to see what the user sees or when the issue is in rendering, not logic.
Production-ready Claude Code skills, agents, and project templates for Craft CMS 5 development. Built and maintained by michtio.
Repo: michtio/craftcms-claude-skills
Deep code review on Opus 4.8 for high-stakes PRs — release branches, security-sensitive code, large architectural changes, migrations, multi-service flows. Use…
Reviews implemented code for quality, security, and Craft CMS conventions
Builds new features in Craft CMS plugins following project architecture
Breaks down large tasks into manageable implementation steps for Craft CMS plugin development
Builds Craft CMS site templates, components, and content architecture