Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

rezolus

rezolus 收录了来自 iopsystems 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
269
更新
2026-07-09
Forks
21
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

viewer-parity
软件开发工程师

Use when adding or changing what the rezolus viewer exposes — an /api/v1 endpoint, a dashboard section, the metric catalog, metadata/description derivation, or the frontend data those depend on — or when editing src/viewer/ or crates/viewer/, or reviewing a viewer change. The viewer ships as two separate Rust backends (server + WASM) behind one shared frontend; changing one silently diverges them.

2026-07-09
engineering-journal
软件开发工程师

Use when starting or picking up a non-trivial effort (feature, investigation, perf probe, refactor, migration) in a shared repo where teammates or future agents must coordinate or hand off; when a repo has no durable in-tree record of decisions and dead-ends; when you're about to drop a well-measured negative result; or when bootstrapping a journal from a repo's commit history.

2026-07-07
reviewing-samplers
软件质量保证分析师与测试员

Use when reviewing a Rezolus sampler change before merge — a new sampler, a change to an existing sampler's probes/refresh/metrics, or core changes that affect samplers; or whenever a sampler's overhead, cadence, or data source is in question.

2026-07-07
document-feature
软件开发工程师

Write or update the CLI `--help` text and README section for a new or changed rezolus feature (a subcommand, flag, mode, or behavior change), then prove the help is usable by dispatching a fresh subagent that has never seen the code. Use this whenever you add or change how rezolus is invoked — new `rezolus <subcommand>`, new flags/args on an existing mode, renamed options, or changed defaults — and any time the user says the help/README is thin, stale, confusing, or "an agent couldn't figure this out." Treats help text as an interface under test, not prose.

2026-07-03
prerelease
软件开发工程师

Tag and push a prerelease from the current Cargo.toml version. Use when the user wants to cut an alpha/beta/rc prerelease. Aborts on stable versions (no `-` in version string) and if the tag already exists.

2026-06-09
pr
软件开发工程师

Create a feature branch, commit changes, push, and open a PR against iopsystems/rezolus

2026-06-09
release
软件开发工程师

Create a release PR with version bump and changelog update

2026-06-05
viewer-smoke
软件质量保证分析师与测试员

Run the end-to-end viewer smoke test (`tests/viewer_smoke.sh`). Spawns `rezolus view` in upload-only, file, A/B, and proxy modes, exercises the API endpoints, and verifies experiment attach/detach. Use after any change touching `src/viewer/` or before opening a viewer-related PR.

2026-05-10
sync-viewer-symlinks
软件开发工程师

Ensure site/viewer/lib has correct symlinks to src/viewer/assets/lib

2026-04-10