원클릭으로
gitpatch-goals-cli
Evaluates generated code via GitPatch against original goals and coding standards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evaluates generated code via GitPatch against original goals and coding standards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
A CLI tool to securely download and apply a git patch from a Jules session.
Comprehensive instructions for executing tasks using the gws (Google Workspace) CLI or similar agent-first command-line tools. Use this skill when interacting with machine-readable CLIs to ensure safe mutations, enforce context window discipline, and avoid input hallucinations.
Cognitive triage of fleet audit findings. Read issue content, evaluate labeling accuracy, and determine open/close/dispatch/relabel actions for fleet-managed issues. Use when triaging undispatched issues or reviewing audit scan results.
SOC 직업 분류 기준
| name | gitpatch-goals-cli |
| description | Evaluates generated code via GitPatch against original goals and coding standards. |
| version | 1.0.0 |
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.
When invoking this CLI, adhere to the following best practices:
Schema Introspection: You can introspect the required arguments and schema at runtime by passing --describe.
bun run index.ts --describe
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
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