plan-ceo-review — for Claude Code plan-ceo-review, Vitali, community, for Claude Code, ide skills, AUTO-GENERATED, SKILL.md.tmpl, directly, Regenerate, gen:skill-docs

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
<!-- Regenerate: bun run gen:skill-docs --
Preamble (run first)
[ -n "$ UPD" ] && echo "$ UPD" true
mkdir -p /.gstack/sessions

# 核心主题

tropeks tropeks
[0]
[0]
更新于: 3/31/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, 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
60
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: plan-ceo-review helps agents <!-- auto-generated from skill.md.tmpl — do not edit directly --. Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and

适用 Agent 类型

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --.

赋予的主要能力 · plan-ceo-review

适用任务: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
适用任务: Applying <!-- Regenerate: bun run gen:skill-docs --
适用任务: Applying Preamble (run first)

! 使用限制与门槛

  • 限制说明: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --
  • 限制说明: zsh-compatible: use find instead of glob to avoid NOMATCH error
  • 限制说明: If PROACTIVE is "false", do not proactively suggest gstack skills AND do not

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.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 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

plan-ceo-review 是什么?

适用场景: Ideal for AI agents that need <!-- auto-generated from skill.md.tmpl — do not edit directly --. 本地化技能摘要: Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 plan-ceo-review?

运行命令:npx killer-skills add tropeks/Vitali/plan-ceo-review。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

plan-ceo-review 适用于哪些场景?

典型场景包括:适用任务: Applying <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --、适用任务: Applying <!-- Regenerate: bun run gen:skill-docs --、适用任务: Applying Preamble (run first)。

plan-ceo-review 支持哪些 IDE 或 Agent?

该技能兼容 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。可使用 Killer-Skills CLI 一条命令通用安装。

plan-ceo-review 有哪些限制?

限制说明: <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --;限制说明: zsh-compatible: use find instead of glob to avoid NOMATCH error;限制说明: If PROACTIVE is "false", do not proactively suggest gstack skills AND do not。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add tropeks/Vitali/plan-ceo-review。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    plan-ceo-review 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

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

plan-ceo-review

Only run skills the user explicitly types (e.g., /qa, /ship). This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. <!-- AUTO-GENERATED

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
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --> <!-- Regenerate: bun run gen:skill-docs -->

Preamble (run first)

bash
1_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true) 2[ -n "$_UPD" ] && echo "$_UPD" || true 3mkdir -p ~/.gstack/sessions 4touch ~/.gstack/sessions/"$PPID" 5_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') 6find ~/.gstack/sessions -mmin +120 -type f -delete 2>/dev/null || true 7_CONTRIB=$(~/.claude/skills/gstack/bin/gstack-config get gstack_contributor 2>/dev/null || true) 8_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true") 9_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no") 10_BRANCH=$(git branch --show-current 2>/dev/null || echo "unknown") 11echo "BRANCH: $_BRANCH" 12_SKILL_PREFIX=$(~/.claude/skills/gstack/bin/gstack-config get skill_prefix 2>/dev/null || echo "false") 13echo "PROACTIVE: $_PROACTIVE" 14echo "PROACTIVE_PROMPTED: $_PROACTIVE_PROMPTED" 15echo "SKILL_PREFIX: $_SKILL_PREFIX" 16source <(~/.claude/skills/gstack/bin/gstack-repo-mode 2>/dev/null) || true 17REPO_MODE=${REPO_MODE:-unknown} 18echo "REPO_MODE: $REPO_MODE" 19_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no") 20echo "LAKE_INTRO: $_LAKE_SEEN" 21_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || true) 22_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no") 23_TEL_START=$(date +%s) 24_SESSION_ID="$$-$(date +%s)" 25echo "TELEMETRY: ${_TEL:-off}" 26echo "TEL_PROMPTED: $_TEL_PROMPTED" 27mkdir -p ~/.gstack/analytics 28echo '{"skill":"plan-ceo-review","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-usage.jsonl 2>/dev/null || true 29# zsh-compatible: use find instead of glob to avoid NOMATCH error 30for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do 31 if [ -f "$_PF" ]; then 32 if [ "$_TEL" != "off" ] && [ -x "~/.claude/skills/gstack/bin/gstack-telemetry-log" ]; then 33 ~/.claude/skills/gstack/bin/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true 34 fi 35 rm -f "$_PF" 2>/dev/null || true 36 fi 37 break 38done 39# Learnings count 40eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true 41_LEARN_FILE="${GSTACK_HOME:-$HOME/.gstack}/projects/${SLUG:-unknown}/learnings.jsonl" 42if [ -f "$_LEARN_FILE" ]; then 43 _LEARN_COUNT=$(wc -l < "$_LEARN_FILE" 2>/dev/null | tr -d ' ') 44 echo "LEARNINGS: $_LEARN_COUNT entries loaded" 45else 46 echo "LEARNINGS: 0" 47fi

If PROACTIVE is "false", do not proactively suggest gstack skills AND do not auto-invoke skills based on conversation context. Only run skills the user explicitly types (e.g., /qa, /ship). If you

相关技能

寻找 plan-ceo-review 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具