Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

broccoli

broccoli 收录了来自 besimple-oss 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
282
更新
2026-04-17
Forks
10
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

broccoli-oss-gcp-deploy
网络与计算机系统管理员

Deploy this repository to a new Google Cloud project using the repo's existing Cloud Run, Cloud Run Jobs, Cloud SQL, Secret Manager, and Artifact Registry scripts. Use when Codex needs to interpret a generic repo setup request as a deploy, discover the active gcloud operator/account/org/billing context, fail early on missing gcloud permissions or local prerequisites, or perform the actual Broccoli OSS GCP deployment behind an explicit apply step.

2026-04-17
besimple-broccoli-blind
软件开发工程师

Non-interactive wrapper: plan-sketch -> auto-pick recommended options -> plan-write -> plan-critique-loop -> implement-from-plan -> claude-simplify-wrapper -> dedup -> code-review-loop. No PR creation and no Linear comments.

2026-04-17
besimple-tiny-broccoli
软件开发工程师

Small-change wrapper: implement → run repo checks → atomic commit → run dedup (BASE_SHA..HEAD).

2026-04-17
claude-simplify-wrapper
软件开发工程师

Run Claude's built-in /simplify skill on BASE_SHA..HEAD, validate checks, and commit.

2026-04-17
code-review-loop
软件质量保证分析师与测试员

Iterative review+fix loop for BASE_SHA..HEAD: generate findings, apply accepted fixes, run checks, commit, and re-review up to 3 iterations or until clean.

2026-04-17
dedup
软件开发工程师

Dedupe-only pass for BASE_SHA..HEAD: remove duplicate code introduced by the diff or reuse existing shared utils; applies changes + commits.

2026-04-17
implement-from-plan
软件开发工程师

Implement an approved plan doc step-by-step in application or systems codebases, including Node/TS, Python, and C/C++ repos (build/lint/test per step, atomic commits, progress log hygiene). Use when you have a plan/*.md and want to execute it.

2026-04-17
plan-critique-loop
软件开发工程师

Critique and revise an existing plan doc up to 3 iterations, using accept/reject triage and stopping early when no important feedback remains. Use when refining a plan/*.md before implementation.

2026-04-17
plan-sketch
软件开发工程师

Do bounded research (official docs first) and produce a high-level implementation sketch in `sketch/<generated-name>.md`. Use when you want an approach and step ordering before implementation.

2026-04-17
plan-write
软件开发工程师

Write a detailed, self-contained implementation plan to a new Markdown file under plan/. Use when you already have a sketch/requirements and want a plan doc before coding.

2026-04-17