Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

steelseriesgg-rs

steelseriesgg-rs には Ven0m0 から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
6
Stars
39
更新
2026-07-03
Forks
6
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

benchmark-compare
ソフトウェア品質保証アナリスト・テスター

Run steelseriesgg-rs's benchmark binaries before and after a change and report the timing delta.

2026-07-03
ci-matrix
ソフトウェア品質保証アナリスト・テスター

Run the full local CI matrix for steelseriesgg-rs, matching .github/workflows/ci.yml exactly. Use this whenever the user asks to run CI, check all feature variants, run the full test suite, verify before pushing, or run clippy/fmt/tests across features. Invoke proactively before any push or PR review.

2026-07-03
fuzz-runner
ソフトウェア品質保証アナリスト・テスター

Run the protocol fuzzer (`ssgg fuzz`) against a connected keyboard with safety guardrails, capture responses, and fold results back into docs/development/ notes.

2026-07-03
rust
ソフトウェア開発者

Rust conventions for steelseriesgg-rs — error handling, unsafe, feature-gated commands. Use when writing or refactoring any .rs file or Cargo.toml.

2026-07-03
dead-code-sweep
ソフトウェア開発者

Use when user wants to Find and remove genuine dead code using deadcode + vulture. Filters known false positives (dataclass fields, protocol methods, dunder hooks). Run before a cleanup commit.

2026-06-25
hid-protocol
ソフトウェア開発者

HID protocol constraints for steelseriesgg-rs device code. Automatically load when editing any file under src/devices/. Contains hard rules about HidReportBuilder usage, unsafe block documentation, and experimental command code labeling.

2026-06-15