besimple-oss
- 10 skills
- 0 followers
- 17 hours ago last updated
- ▌ Dedup · besimple-oss bundleDedupe-only pass for BASE_SHA..HEAD: remove duplicate code introduced by the diff or reuse existing shared utils; applies changes + commits.
- ▌ Plan Write · besimple-oss bundleWrite 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.
- ▌ Plan Sketch · besimple-oss bundleDo 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.
- ▌ Broccoli Oss GCP Deploy · besimple-oss bundleDeploy 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.
- ▌ Code Review Loop · besimple-oss bundleIterative 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.
- ▌ Plan Critique Loop · besimple-oss bundleCritique 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.
- ▌ Implement From Plan · besimple-oss bundleImplement 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.
- ▌ Besimple Tiny Broccoli · besimple-ossSmall-change wrapper: implement → run repo checks → atomic commit → run dedup (BASE_SHA..HEAD).
- ▌ Besimple Broccoli Blind · besimple-oss bundleNon-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.
- ▌ Claude Simplify Wrapper · besimple-oss bundleRun Claude's built-in /simplify skill on BASE_SHA..HEAD, validate checks, and commit.