grill-me

Agent Skills

Installation
CLI
npx skills add https://github.com/goblindegook/skills --skill grill-me

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/22/2026

Agent Skills

Custom AI agent skills.

Installation

Install using skills:

npx skills add goblindegook/skills

For specific skills:

npx skills add goblindegook/skills/rca
npx skills add goblindegook/skills/tdd

Available Skills by Theme

Analysis and Incident Response

  • rca: Structured root cause analysis using iterative "why" questions, branch expansion, causal trees, and recommended mitigation/corrective actions.

Planning and Design Review

  • grill-me: Relentless plan/design interrogation to stress-test assumptions and resolve each decision branch toward shared understanding.
  • roundtable: Multi-persona code review — each persona reads the actual source, then they discuss and converge on a prioritised top 5 list of problems or improvements.

Engineering Quality and Delivery

  • tdd: Strict test-driven development workflow (red-green-refactor) for behavior changes and bug fixes, one test at a time.