Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

yoloswe

يحتوي yoloswe على 10 من skills المجمعة من bazelment، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
2
محدث
2026-07-03
Forks
1
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

pr-polish
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

"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
مطوّرو البرمجيات

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

2026-02-28
provider-parity-audit
محللو ضمان جودة البرمجيات والمختبرون

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

2026-02-28
tui-session-audit
مطوّرو البرمجيات

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

2026-02-28