askill
gitpatch-goals-cli

gitpatch-goals-cliSafety 80Repository

Evaluates generated code via GitPatch against original goals and coding standards.

45 stars
1.2k downloads
Updated 3/13/2026

Package Files

Loading files...
SKILL.md

GitPatch Goals CLI

This CLI uses Jules sessions to simulate code generation, extracts the resulting code as a GitPatch, and feeds it to a second Jules session to evaluate if it successfully met the original prompt's goals and adheres to coding standards.

Usage Guidelines for AI Agents

When invoking this CLI, adhere to the following best practices:

  1. Schema Introspection: You can introspect the required arguments and schema at runtime by passing --describe.

    bun run index.ts --describe
    
  2. Context Window Discipline: Use --json for predictable, deterministic, machine-readable output. Avoid parsing raw terminal stdout.

    bun run index.ts --prompt "Create an API" --json
    
  3. Input Hardening: Before executing mutations or relying on long-running APIs (like creating Jules Sessions), validate your payload using the --dry-run flag to ensure the CLI safely accepts your arguments without executing side effects.

    bun run index.ts --prompt "Create an API" --dry-run
    

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

42/100Analyzed 3/27/2026

A brief CLI usage guide for the gitpatch-goals tool with some practical flags documented, but critically incomplete. Missing prerequisites, installation steps, full workflow description, and output format details. While it provides helpful tips like --dry-run and --json flags, the content is too sparse to be actionable for someone unfamiliar with the Jules SDK ecosystem. The deep nesting in `packages/core/examples/` and specific mention of Jules sessions indicates this is internal tooling with limited generalizability.

80
65
50
40
45

Metadata

Licenseunknown
Version1.0.0
Updated3/13/2026
Publishergoogle-labs-code

Tags

apiprompting