gemini-openspec-orchestrator — for Claude Code gemini-openspec-orchestrator, LegalChat, community, for Claude Code, ide skills, ### Step 2: Apply 调用 shell:, PASS: <CHANGE_NAME> 已通过测试并完成归档, ### FAIL, Gemini, OpenSpec

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need gemini openspec orchestrator. Resume localise : gemini-openspec-orchestrator helps AI agents handle repository-specific developer workflows with documented implementation details.

Fonctionnalités

Gemini OpenSpec Orchestrator
这个 Skill 用于让 Gemini 作为总控代理执行整个 OpenSpec 开发闭环。
Gemini 不负责主要业务代码实现,而负责:
调用 Codex 执行 propose
读取当前 change 的 OpenSpec 文档

# Core Topics

HKYM39 HKYM39
[0]
[0]
Updated: 4/18/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
58
Canonical Locale
zh
Detected Body Locale
zh

Scenario recommande : Ideal for AI agents that need gemini openspec orchestrator. Resume localise : gemini-openspec-orchestrator helps AI agents handle repository-specific developer workflows with documented implementation details.

Pourquoi utiliser cette compétence

Recommandation : gemini-openspec-orchestrator helps agents gemini openspec orchestrator. gemini-openspec-orchestrator helps AI agents handle repository-specific developer workflows with documented implementation details.

Meilleur pour

Scenario recommande : Ideal for AI agents that need gemini openspec orchestrator.

Cas d'utilisation exploitables for gemini-openspec-orchestrator

Cas d'usage : Applying Gemini OpenSpec Orchestrator
Cas d'usage : Applying 这个 Skill 用于让 Gemini 作为总控代理执行整个 OpenSpec 开发闭环。
Cas d'usage : Applying Gemini 不负责主要业务代码实现,而负责:

! Sécurité et Limitations

  • Limitation : Requires repository-specific context from the skill documentation
  • Limitation : Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gemini-openspec-orchestrator?

Scenario recommande : Ideal for AI agents that need gemini openspec orchestrator. Resume localise : gemini-openspec-orchestrator helps AI agents handle repository-specific developer workflows with documented implementation details.

How do I install gemini-openspec-orchestrator?

Run the command: npx killer-skills add HKYM39/LegalChat/gemini-openspec-orchestrator. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for gemini-openspec-orchestrator?

Key use cases include: Cas d'usage : Applying Gemini OpenSpec Orchestrator, Cas d'usage : Applying 这个 Skill 用于让 Gemini 作为总控代理执行整个 OpenSpec 开发闭环。, Cas d'usage : Applying Gemini 不负责主要业务代码实现,而负责:.

Which IDEs are compatible with gemini-openspec-orchestrator?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for gemini-openspec-orchestrator?

Limitation : Requires repository-specific context from the skill documentation. Limitation : Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add HKYM39/LegalChat/gemini-openspec-orchestrator. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gemini-openspec-orchestrator immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

gemini-openspec-orchestrator

Install gemini-openspec-orchestrator, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before...

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Gemini OpenSpec Orchestrator

Purpose

这个 Skill 用于让 Gemini 作为总控代理执行整个 OpenSpec 开发闭环。

Gemini 不负责主要业务代码实现,而负责:

  1. 调用 Codex 执行 propose
  2. 调用 Codex 执行 apply
  3. 读取当前 change 的 OpenSpec 文档
  4. 基于需求文档生成测试用例
  5. 执行测试
  6. 只有测试通过后,调用 Codex 执行 archive

Workflow

严格按以下顺序执行:

Step 1: Propose

调用 shell:

bash
1bash scripts/codex_propose.sh <CHANGE_NAME>

Step 2: Apply

调用 shell:

bash scripts/codex_apply.sh <CHANGE_NAME>

Step 3: Read Specs

读取以下文件:

  • AGENTS.md
  • specs/project.md
  • specs/changes/<CHANGE_NAME>/proposal.md
  • specs/changes/<CHANGE_NAME>/spec.md
  • specs/changes/<CHANGE_NAME>/design.md
  • specs/changes/<CHANGE_NAME>/tasks.md

Step 4: Generate Tests

根据当前 change 的需求文档和总项目文档生成或更新测试代码。

要求:

  • 只编写测试代码
  • 不修改生产代码,除非测试环境必需的小修正
  • 测试说明和注释使用中文

Step 5: Verify

调用 shell:

bash scripts/verify_change.sh

Step 6: Archive

只有 verify 成功时,才允许调用:

bash scripts/codex_archive.sh <CHANGE_NAME>

Pass / Fail Rule

PASS

只有在以下条件全部满足时,才输出 PASS:

  • propose 成功
  • apply 成功
  • 测试生成完成
  • verify 成功
  • archive 成功

FAIL

出现以下任一情况时,必须输出 FAIL:

  • propose 失败
  • apply 失败
  • 测试生成失败
  • verify 失败
  • archive 失败

并给出:

  • 失败步骤
  • 失败命令
  • 失败原因

Constraints

  • 不允许更改 Codex 中已定义的 Skills 名称
  • 必须使用以下既有名称:
    • $openspec-propos
    • $openspec-apply-change
    • $openspec-archive-change
  • 所有 OpenSpec 文档必须保持中文
  • Gemini 是总控代理,不负责主要业务实现
  • Codex 是 OpenSpec 执行代理

Output Format

最终只允许输出以下两类结论之一:

PASS

PASS: <CHANGE_NAME> 已通过测试并完成归档

FAIL

FAIL: <CHANGE_NAME> 未通过
步骤: <失败步骤>
命令: <失败命令>
原因: <失败原因>

Compétences associées

Looking for an alternative to gemini-openspec-orchestrator or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur