ワンクリックで
search-rust-doc
Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query}
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query}
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
duklog coding standards, testing requirements, and review checklist. Use when reviewing code, writing tests, or checking quality.
Create a pull request after code review
Process PR feedback, user corrections, code review findings, or self-observed patterns and update project memory, rules, and standards accordingly. Use proactively after receiving PR review comments, user corrections, or when patterns emerge from code review or self-reflection.
Post-implementation retrospective. Run after completing any non-trivial task to extract patterns, surprises, and lessons and persist them to rules and memory without waiting for user feedback. Use proactively after creating a PR or finishing a significant feature.
Commit changes after running CI checks
| name | search-rust-doc |
| description | Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query} |
Search the offline rustdoc output for a crate. Arguments (from $ARGUMENTS): the first word is the crate/package name, the rest is the search query.
Use the Task tool to invoke the search-rust-doc subagent with the prompt Package: {crate}\nQuery: {query}. Return the agent's findings directly to the user. If the user did not provide both a crate and a query, ask for the missing piece before invoking the agent.
/search-rust-doc difa TagEncoder
/search-rust-doc ratatui Frame
/search-rust-doc crossterm event::KeyCode
/search-rust-doc ratatui widgets::Block title