analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".
$ npx -y skills add wasabeef/claude-code-cookbook --skill pr-checks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pr-checksContext preview
The summary Claude sees to decide when to auto-load this skill.
Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".
description: 'Monitor GitHub Actions CI and track to completion. Trigger with "PR check status?", "show CI results", "did tests pass?", "build succeeded?", "check status", "Actions results?".' allowed-tools: - Bash(gh pr checks *) - Bash(gh run *) - Bash(gh pr view *)
Monitors GitHub Actions CI status and tracks until completion.
# Check CI status gh pr checks
# Check CI after creating PR gh pr create --title "Add new feature" --body "Description" gh pr checks
# Flow from CI check to correction gh pr checks "Analyze CI check results and suggest fixes if there are failures" # Recheck after correction git push origin feature-branch gh pr checks "Check CI results after correction to confirm no issues"
All checks were successful 0 cancelled, 0 failing, 8 successful, 3 skipped, and 0 pending checks NAME DESCRIPTION ELAPSED URL ○ Build/test (pull_request) 5m20s https://github.com/user/repo/actions/runs/123456789 ○ Build/lint (pull_request) 2m15s https://github.com/user/repo/actions/runs/123456789 ○ Security/scan (pull_request) 1m30s https://github.com/user/repo/actions/runs/123456789 ○ Type Check (pull_request) 45s https://github.com/user/repo/actions/runs/123456789 ○ Commit Messages (pull_request) 12s https://github.com/user/repo/actions/runs/123456789 - Deploy Preview (pull_request) https://github.com/user/repo/actions/runs/123456789 - Visual Test (pull_request) https://github.com/user/repo/actions/runs/123456789
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed",…
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit…