grok

Delegate coding tasks to the Grok Build CLI for feature development and code reviews.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill grok-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grok
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/autonomous-ai-agents/grok
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill grok-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grok enables software teams to delegate coding tasks to an autonomous build CLI, reducing manual effort in feature creation, code reviews, and workflow orchestration.

Core Features & Use Cases

  • Read/write project files, generate code, run shell commands, spawn subagents, and manage git workflows through Grok Build.
  • Operate in three modes: interactive TUI, headless one-shot, and ACP agent over JSON-RPC for automation.
  • Use cases include feature implementation, PR reviews, batch refactoring, and automated task orchestration in CI/CD pipelines.

Quick Start

Invoke Grok in headless mode with a one-shot task by running grok -p 'Implement feature X in repository Y'.

Frequently Asked Questions about grok

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

FAQPage Schema
How do I automate feature implementation in a local terminal?

Automate PR reviews by delegating code review tasks to the Grok Build CLI. It analyzes repository changes and manages git workflows autonomously to streamline the review process during feature development.

Can I run automated coding tasks in a CI/CD pipeline?

Yes, you can run automated coding tasks in CI/CD pipelines using the headless one-shot mode. This allows you to execute single tasks programmatically without user interaction for continuous integration automation.

How do I start an interactive coding session for refactoring?

Start an interactive coding session for refactoring by launching the Grok CLI in TUI mode. This provides an interactive terminal user interface for managing code modifications and task orchestration directly.

Does the Grok Build CLI support JSON-RPC for agent automation?

Yes, the Grok Build CLI supports JSON-RPC for agent automation through its ACP-agent mode. This enables automated task orchestration and communication over JSON-RPC protocols for software engineering workloads.

What are the limitations of using headless mode for batch refactoring?

Headless mode executes single one-shot tasks programmatically without interactive feedback. For complex batch refactoring requiring dynamic decision-making, interactive TUI sessions or ACP-agent automation may be more suitable approaches.