Skip to main content
在 Manus 中运行任何 Skill
一键导入
contember
GitHub 创作者资料

contember

按仓库查看 10 个 GitHub 仓库中的 16 个已收集 skills。

已收集 skills
16
仓库
10
更新
2026-07-14
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

opice-plan
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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 / 10 个仓库
已展示全部仓库