grill-me

Review code diffs and generate refactoring suggestions via bash scripting.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill grill-me-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/grill-me
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill grill-me-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers often struggle to identify weaknesses or improve code before merging, risking bugs and poor quality.

Core Features & Use Cases

  • Adversarial Review: Critically assess current code changes for potential risks and vulnerabilities.
  • Elegant Rewrites: Simplify and refactor code to improve clarity and maintainability.
  • Specification Development: Clarify project requirements through detailed, client-approved docs before implementation.
  • Use Case: A team submits a feature branch; they use this Skill to perform a thorough code review, receive suggestions for improvements, and collaboratively draft a clear spec document for complex features.

Quick Start

Invoke the /grill command to review the current diff or request a rewrite with /grill rewrite to improve your code.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an adversarial code review on my current git diff?

To perform an adversarial code review on your current git diff, you can invoke a command that critically assesses code changes for potential risks and vulnerabilities before merging. It uses bash scripting for diff analysis and prompt question generation.

What is the best way to refactor and simplify code before a merge?

The best way to refactor and simplify code before a merge is to request an elegant rewrite that improves code clarity and maintainability, reducing the risk of bugs and poor quality in your feature branch.

How does specification development help clarify project requirements?

Specification development clarifies project requirements by collaboratively drafting detailed, client-approved documents before implementation, ensuring high standards and clarity for complex features.

Do I need bash scripting to analyze diffs for pre-merge code validation?

Yes, you need bash scripting for diff analysis because the process requires bash to generate prompt questions and validate code changes before merging.

Can I use this approach to identify vulnerabilities in a feature branch?

Yes, you can use adversarial review to critically assess a feature branch and identify potential risks and vulnerabilities in your current code changes prior to merging.

Why should I use adversarial review instead of standard code checks?

Adversarial review critically assesses code changes for risks and vulnerabilities that standard checks might miss, supporting developers in maintaining high standards and clarity through rigorous refactoring and validation.