gemini-delegate

Delegate coding tasks to the Gemini CLI for autonomous execution.

26|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/sburl/CrossCheck --skill gemini-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-delegate
Source: https://github.com/sburl/CrossCheck/tree/main/codex/skills/gemini-delegate
Command: npx skills add https://github.com/sburl/CrossCheck --skill gemini-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegating coding tasks to Gemini for autonomous execution reduces manual back-and-forth and accelerates development by leveraging AI to perform defined programming tasks.

Core Features & Use Cases

  • Task identification and scoping: Clearly restates the task and defines what constitutes done.
  • Prompt assembly and context gathering: Aggregates project context and files into a single prompt for Gemini.
  • Execution & verification: Delegates work to Gemini CLI, collects results, and validates against success criteria.
  • Use Case: A developer needs a small feature implemented; this skill delegates the task to Gemini, runs it, and returns a ready-to-review patch.

Quick Start

Use the gemini-delegate skill to identify a task, gather context, and delegate execution to Gemini for autonomous coding.

Frequently Asked Questions about gemini-delegate

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

FAQPage Schema
How do I delegate coding tasks to Gemini for autonomous execution?

To delegate coding tasks to Gemini for autonomous execution, you define the task scope, gather project context, and construct a prompt for the Gemini CLI. The skill then executes the task and returns a ready-to-review patch.

What is the best way to automate software development workflows using an AI assistant?

Automating software development workflows with an AI assistant involves task identification, context aggregation, and prompt construction. This skill uses the Gemini CLI to execute defined programming tasks and validate the results against success criteria.

Can I use Gemini CLI to implement small features and return ready-to-review patches?

Yes, you can use Gemini CLI to implement small features. The skill scopes the feature request, aggregates necessary files into a prompt, delegates execution to Gemini, and collects a ready-to-review patch upon completion.

Does delegating programming tasks to Gemini require manual context gathering?

Delegating programming tasks to Gemini requires context gathering, but the skill automates it by aggregating project context and files into a single prompt. This ensures Gemini has the necessary information for autonomous execution.

How does autonomous coding with Gemini verify results and ensure change traceability?

Autonomous coding with Gemini verifies results by validating collected outputs against predefined success criteria. The skill ensures change traceability by clearly restating the task and defining what constitutes done before execution.