Skip to main content
Run any Skill in Manus
with one click
GitHub repository

yoloswe

yoloswe contains 10 collected skills from bazelment, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
2
updated
2026-07-03
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

pr-polish
software-quality-assurance-analysts-and-testers

Fully autonomous PR polish loop. Runs N rounds of local bramble review (codex + cursor, optionally + gemini), folds in any existing PR comments and CI failures as round-1 input, fixes findings locally, pushes once at the end.

2026-07-03
code-review-eval
software-quality-assurance-analysts-and-testers

Compare bramble code-review output across reviewer configs (cursor with composer-2, codex with gpt-5.4-mini, gemini with gemini-3.1-flash-lite-preview). Runs each config three times against the same branch — turn 1 fresh, turn 2 resumed with default follow-up prompt, turn 3 resumed with fresh prompt — to also characterize backend resume behavior, then compares findings side-by-side and logs results.

2026-05-22
code-review-replay
software-quality-assurance-analysts-and-testers

Build and use a ground-truth eval dataset for bramble code-review. Two modes. COLLECTION scans past /pr-polish'd PRs and judges each into a frozen ground truth — multiple rounds of bramble re-review + an independent judge sub-agent per round, until the judge's full-diff bug census saturates. REPLAY runs a reviewer-under-test and scores it mechanically against that frozen ground truth — precision/recall/F1, no sub-agents, cheap and repeatable.

2026-05-22
external-pr-review
software-quality-assurance-analysts-and-testers

One-shot review of an external GitHub PR. Checks out the PR into an isolated worktree (or temp clone), runs `bramble code-review` against the diff, and produces a calibrated verdict — APPROVE unless there is a blocking correctness issue, with optional improvements listed separately. Read-only on the remote PR, never pushes. User-invoked only via `/external-pr-review`.

2026-05-08
design-doc-polish
software-developers

Iterative review of a markdown design document. Reads the doc, proposes a tailored grilling rubric, runs N rounds of codex+cursor (optionally +gemini) against the doc with that rubric, edits between rounds, commits locally each round. Never pushes.

2026-05-08
git-sync-base
software-developers

Ensure the current branch is cleanly rebased onto the remote base branch so that `origin/{base}..HEAD` only shows this branch's commits.

2026-05-07
delegator-eval-loop
software-quality-assurance-analysts-and-testers

"Fully autonomous eval loop for the delegator agent. Runs real-mode tests, analyzes output for usability gaps, spawns fix agents, rebuilds, and re-tests until clean.

2026-04-10
protocol-research
software-developers

Investigate and document CLI protocol behavior for Claude, Codex, and Gemini agent CLIs.

2026-02-28
provider-parity-audit
software-quality-assurance-analysts-and-testers

Systematically audit and improve feature parity across Claude, Codex, and Gemini providers.

2026-02-28
tui-session-audit
software-developers

Audit and improve Bramble TUI session rendering, interaction flows, and replay fidelity.

2026-02-28