Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

yoloswe

yoloswe contient 10 skills collectées depuis bazelment, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
10
Stars
2
mis à jour
2026-07-03
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

pr-polish
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

"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
Développeurs de logiciels

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

2026-02-28
provider-parity-audit
Analystes en assurance qualité des logiciels et testeurs

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

2026-02-28
tui-session-audit
Développeurs de logiciels

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

2026-02-28