pr
Create a branch, split changes into logical commits, and open a pull request
Apply the Five Whys root cause analysis technique to investigate an issue
$ npx -y skills add wesammustafa/Claude-Code-Everything-You-Need-to-Know --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/fiveContext preview
What this command does when you run it.
Apply the Five Whys root cause analysis technique to investigate an issue
name: five description: Apply the Five Whys root cause analysis technique to investigate an issue
Apply the Five Whys root cause analysis technique to investigate issues.
This command implements the Five Whys problem-solving methodology, iteratively asking "why" to drill down from symptoms to root causes. It helps identify the fundamental reason behind a problem rather than just addressing surface-level symptoms.
`five [issue_description]`
1. Start with the problem statement 2. Ask "Why did this happen?" and document the answer 3. For each answer, ask "Why?" again 4. Continue for at least 5 iterations or until root cause is found 5. Validate the root cause by working backwards 6. Propose solutions that address the root cause
Problem: Application crashes on startup Why 1: Database connection fails Why 2: Connection string is invalid Why 3: Environment variable not set Why 4: Deployment script missing env setup Why 5: Documentation didn't specify env requirements Root Cause: Missing deployment documentation
Systematically trace why a feature is running slowly by examining each contributing factor.
From first prompt to agent teams — one guide. A practical guide to Claude Code — from your first prompt to multi-agent automation, hooks, MCP, and team workflows. Built around clear mental models and real examples, not marketing.
Repo: wesammustafa/Claude-Code-Everything-You-Need-to-Know
Create a branch, split changes into logical commits, and open a pull request
Run a multi-perspective PR review (product, dev, QA, security, DevOps, UX) and post it to GitHub
Development practices and TDD workflow to follow before starting a feature
LLM unit testing best practices checklist for testing internal logic, not API endpoints
Manage project todos in todos.md file
User Experience Designer & UI Specialist persona for design-focused tasks