PostToolUse
01WhatIfWeDigDeeper/agent-skills
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, running an inline shell check. From WhatIfWeDigDeeper/agent-skills.
WhatIfWeDigDeeper/agent-skills
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, running an inline shell check. From WhatIfWeDigDeeper/agent-skills.
WhatIfWeDigDeeper/agent-skills
Hook Claude Code
Runs when the agent sends a notification for permission_prompt and elicitation_dialog tool calls, running terminal-notifier -title 'agent-skills' -message 'Claude nee (2 commands). From WhatIfWeDigDeeper/agent-skills.
WhatIfWeDigDeeper/agent-skills
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Notification) and 8 allowed tools.
WhatIfWeDigDeeper/agent-skills
Instructions file GitHub Copilot
Instructions for WhatIfWeDigDeeper/agent-skills, covering copilot instructions, project overview, core editing rules, specs and planning workflow.
WhatIfWeDigDeeper/agent-skills
Instructions file
Instructions for WhatIfWeDigDeeper/agent-skills, covering claude.md, repository structure, planning workflow, sandbox workarounds and spell checking.
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Run the fetch command and store the result.
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Fix JavaScript package security vulnerabilities or upgrade outdated npm/yarn/pnpm/bun dependencies. Use when the user wants to patch CVEs, resolve npm audit findings, bump package versions, modernize nodemodules, or update specific packages across a JS project or monorepo. Handles any project with package.json files.…
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Extracts lessons learned from conversations and persists them to AI assistant config files (CLAUDE.md, GEMINI.md, AGENTS.md, Cursor, Copilot, Windsurf, Continue) or creates new skills from discovered workflows. Use this skill whenever: a command failed then succeeded (especially with a flag or env change), debugging…
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Get a fresh-context review of staged changes, branches, PRs, or file sets. Delegates to a fresh-context reviewer by default; routes to external LLM CLIs (Copilot, Codex, Gemini) when --model specifies one. Use when: user says "peer review" (e.g. "peer review PR 5", "peer review staged", "peer review this branch")…
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Address review comments on your own pull request: implement valid suggestions, reply to invalid ones, and resolve threads. Covers inline review threads, review body comments, and plain PR timeline comments. Use when: user says "address PR comments", "implement PR feedback", "respond to review comments", "handle review…
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Analyzes a PR diff and appends a categorized review guide to the PR description, highlighting where human judgment is needed: security, config/infrastructure, new dependencies, data model changes, novel patterns, concurrency/state, and documentation drift (code renames that leave docs stale). Use whenever a user wants…
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Create branch, commit, push, and open a pull request. Use when: user says "ship it", "ship this", "create a PR", "open a PR", "push and PR", or wants to go from uncommitted changes to an open pull request.
WhatIfWeDigDeeper/agent-skills
Skill Claude CodeCodex
Maintain Python packages through security audits or dependency updates using an isolated git worktree and uv. Use for security audits, CVE fixes, vulnerability checks, dependency updates, package upgrades, outdated packages, bump versions, fix Python vulnerabilities, check for Python CVEs, audit Python packages…