Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

yoloswe

yoloswe contém 10 skills coletadas de bazelment, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
10
Stars
2
atualizado
2026-07-03
Forks
1
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

pr-polish
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

"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
Desenvolvedores de software

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

2026-02-28
provider-parity-audit
Analistas de garantia de qualidade de software e testadores

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

2026-02-28
tui-session-audit
Desenvolvedores de software

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

2026-02-28