Agent skill
ticket-feedback
レビュー指摘や発見した課題をLinearのタスクとして登録します
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ticket-feedback
SKILL.md
発見された課題をLinearに永続化します。
手順
-
親タスク特定: 現在のブランチ名やPRから、対応するLinearタスクを特定
-
課題の分類:
- サブタスク向き: 現在のタスク内で消化すべき細かい修正
- 新規チケット向き: スコープが大きい、または別件のバグ
-
タスク作成(MCP使用):
- サブタスクの場合: 親タスクの子として作成
- 新規チケットの場合: "Related to" でリンクを設定
- セキュリティ問題の場合: Priority: Urgent を設定
-
出力: 作成したチケット/サブタスクのURLを報告
意図
AIのメモリがリセットされても、Linearを見れば「何を修正すべきか」が残っている状態を作る。
使い方
review-flowの最後に自動呼び出し(修正点がある場合)- または会話中に「今の指摘をタスク化して」と指示
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?