Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

beo-executingbeo 执行

Agent Skill

beo-executing 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

399

周安装

16

GitHub Stars

1

下载量

129
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:beo-executing(beo 执行)
来源仓库:https://github.com/minhtri2710/skills
仓库路径:skills/beo-executing
安装命令:
npx skills add https://github.com/minhtri2710/skills --skill beo-executing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/minhtri2710/skills --skill beo-executing

简介

按批准阶段执行单个任务 bead,确保安全交付与结果验证。

  • 一次仅处理一个就绪任务,完成后报告并进入下一循环。
  • 执行范围严格限定于当前 phase,禁止越界扩展至未来阶段。
  • 支持 worker 模式与 orchestrator 协同两种运行方式。
  • beo-executing 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

See ../reference/references/shared-hard-gates.md § Shared References Convention.

Beo Executing

Overview

Executing is the per-worker implementation loop for approved current-phase work. Its job is to pick one truly ready bead, execute it safely, verify the result, report it, and repeat.

Core principle: one task at a time — implement, verify, report, loop.

Execution scope is always the currently approved phase. If planning mode is multi-phase, do not silently expand into later phases.

Operating Modes

  • Worker mode: dispatched by beo-swarming; implement directly, report to the orchestrator, and do not spawn sub-subagents.
  • Standalone mode: entered after beo-validating; may delegate through the session's normal subagent/task mechanism or implement directly, depending on scope and overhead. Standalone delegation is still one-bead-at-a-time — if multiple beads would benefit from parallel execution, route to beo-swarming instead.
  • Solo mode: standalone execution when Agent Mail or reservation APIs are unavailable. Before entering Solo mode, verify that no other beo workers are active (check for in-flight beads in the graph and any existing reservation state). If active workers or reservations exist but cannot be coordinated, do not enter Solo mode — pause and report the conflict to the user. Once exclusivity is confirmed, execute one bead at a time, avoid speculative parallelism, and treat local file ownership as exclusive.

The loop is the same in all three modes. The main differences are how results are reported and whether delegated dispatch is available.

Hard Gates

Default Execution Loop

  1. verify approval and current-phase scope
  2. pick the next truly ready bead
  3. verify the bead spec is executable
  4. reserve files and transition the bead cleanly
  5. assemble only the context needed for this bead
  6. dispatch if appropriate, otherwise implement directly
  7. run verification, write the report, and update bead state
  8. loop, or hand off when the current phase is complete

Use references/execution-operations.md for the exact scheduling cascade, transition protocol, dispatch contract, status mapping, completion bookkeeping, and checkpoint procedure. Use references/worker-prompt-guide.md for the full worker prompt template.

Execution Notes

  • Before implementation: Verify prerequisites, task selection, stale-label cleanup, and description checks per references/execution-operations.md sections 1-4. If swarming supplied a startup hint, verify it against the live graph.
  • File coordination: Reserve files before editing; see references/execution-operations.md section 5 and references/worker-prompt-guide.md for the prompt template. Never truncate the bead spec.
  • Dispatch: Implement directly in worker mode; delegate in standalone mode when overhead is justified; never invent pseudo-dispatch. See references/execution-operations.md sections 6-7 for dispatch and result-to-state mapping. If blocked, use references/blocker-handling.md and resume from task selection.
  • State flushing: After any status transition or reservation update, flush graph state so downstream routing does not depend on stale metadata.

Completion

When all current-phase tasks are closed, run the completion and routing procedure in references/execution-operations.md section 8. When later phases remain, do not claim the whole feature is complete.

For multi-phase completion routing, see ../reference/references/shared-hard-gates.md § Multi-Phase Completion Routing.

Do not track completion only in the conversation. Once verification passes, update the bead state in the graph immediately.

Handoff

When the current phase closes successfully:

  • route to beo-reviewing if this completes the final execution scope
  • remove approved and route to beo-planning if later phases remain
  • never describe current-phase completion as full feature completion when multi-phase work remains

Context Budget

Follow ../reference/references/shared-hard-gates.md § Context Budget Protocol. Skill-specific checkpoint items: current execution state via references/execution-operations.md, and planning-aware fields when known.

Post-Compaction Recovery

If context was compacted, re-read the essential feature artifacts (CONTEXT.md, plan.md, phase-contract.md, story-map.md), relevant state files, and the live task graph before resuming. Continue from the last known good state rather than guessing from memory.

Red Flags & Anti-Patterns

Avoid duplicate dispatch, speculative redispatch after failures, silent spec rewrites during execution, and worker prompts that omit verification requirements.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.88%
按下载量换算48

Claude

31.18%
按下载量换算40

Cursor

16.95%
按下载量换算22

Gemini CLI

8.59%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/minhtri2710/skills --skill beo-executing 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills