Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
contember
GitHub-Creator-Profil

contember

Repository-Ansicht von 16 gesammelten Skills in 10 GitHub-Repositories.

gesammelte Skills
16
Repositories
10
aktualisiert
2026-07-14
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

opice-plan
Softwarequalitätssicherungsanalysten und -tester

Phase 1 of opice authoring: turn a rough testing brief (and/or supplied scenarios, a spec, or just the codebase) into reviewable *skeleton* `*.test.ts` files — metadata-first `browserTest`, pending `step` stubs carrying `intent` + `hint`, and `invariant.todo` acceptances. Grounds the skeletons in real flows using whatever's available — supplied docs, code exploration, and/or a light browse of the running app. Does NOT author executable steps (that's opice-author, phase 2) — it produces the skeleton a human reviews first. Trigger when the user says "/opice-plan", "plan opice scenarios for …", "what should we E2E test here", hands you a feature/app/spec, or gives you rough scenarios to turn into tests.

2026-06-15
opice-author
Softwarequalitätssicherungsanalysten und -tester

Phase 2 of opice authoring: fill in a skeleton `*.test.ts` (written by opice-plan) by walking the running app via opice-browser (a stateful Playwright browser), turning each pending `step(name, { intent, hint })` stub into an executable step with real selectors, promoting `invariant.todo` to enforced invariants, and verifying it passes by running `bun test`. Trigger when the user says "/opice-author <file>", "write an opice test for this skeleton", "author this opice scenario", or hands you a skeleton `*.test.ts` (or a `*.scenario.md`) and asks for a test.

2026-06-11
opice-reeval
Softwarequalitätssicherungsanalysten und -tester

Diagnose and fix a failed opice CI run. Given a failed-run URL (or run id), pulls the failure details from the platform, reproduces each failing scenario locally in a real browser, and either fixes the test (selector drift, timing) or flags a genuine app regression — without ever gutting an assertion just to make it pass. Trigger when the user says "/opice-reeval <url>", "look at this failed run <url>", "this opice run failed, fix it", "re-eval the failing CI", or pastes a dashboard run link and asks what broke.

2026-06-01
opice-batch
Softwarequalitätssicherungsanalysten und -tester

Author (or re-author) many opice tests at once by fanning out one `opice-author` agent per skeleton `*.test.ts`. Use when there are more scenarios than fit comfortably in a single context — e.g. "author all skeletons in tests/browser", "fill in every pending opice test". Caps concurrency, isolates each agent's browser session, and collects a pass/fail table. Trigger on "/opice-batch", "author all the opice scenarios", "fill in these skeletons", or any request to author more than a couple at once.

2026-05-26
10 von 10 Repositories angezeigt
Alle Repositories angezeigt