Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/TheBushidoCollective/han --skill searchコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Review current branch changes against REVIEW.md guidelines
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
SOC 職業分類に基づく
SKILL.md を表示中
| name | search |
| description | Search for Linear issues |
linear:search - Search for Linear issues
/search [arguments]
Search for Linear issues
Search for Linear issues using filters or text search.
Usage:
/search authentication (text search in title and description)/search team:ENG status:in-progress (with filters)Use the Linear MCP tool linear_search_issues.
Supported filters:
team:KEY - Filter by team (e.g., team:ENG)status:NAME - Filter by status (e.g., status:in-progress)priority:LEVEL - Filter by priority (urgent/high/medium/low)assignee:me - Filter by assigneelabel:NAME - Filter by labelIf no filters provided, search across title and description.
Display results in table format:
| ID | Title | Status | Assignee | Priority | Updated |
|---|
Limit to 20 results. If more exist, show: "Showing 20 of X results. Use filters to narrow down results."
Provide filter examples if search returns no results.