with one click
sync-tasks
Claude Code TaskList と vibe-ticket の同期。タスク管理の状態を双方向で同期する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Claude Code TaskList と vibe-ticket の同期。タスク管理の状態を双方向で同期する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | sync-tasks |
| description | Claude Code TaskList と vibe-ticket の同期。タスク管理の状態を双方向で同期する。 |
| disable-model-invocation | true |
| argument-hint | [--to-vibe|-v] [--from-vibe|-f] [--both|-b] |
Claude Code TaskList と vibe-ticket の同期。
/sync-tasks [option]| Option | Direction |
|---|---|
--to-vibe / -v | TaskList → vibe-ticket |
--from-vibe / -f | vibe-ticket → TaskList |
--both / -b | 双方向 |
| (なし) | 状態表示のみ |
| Claude Code | vibe-ticket |
|---|---|
pending | todo |
in_progress | doing |
completed | done |
vibe-ticket_new で作成vibe-ticket_edit でステータス更新vibe-ticket_list --open で pending/in_progress を取得metadata.vibe_task_idmetadata.claude_task_idRust/Axum などで SPA 向け OAuth 2.0 / OpenID Connect BFF を実装・レビュー・検証する。ブラウザにアクセストークンやリフレッシュトークンを出さない設計、HttpOnly Cookie セッション、CSRF/CORS/Origin 検証、Hydra などの認可サーバー連携、Playwright でのログイン往復検証を扱うときに使用。
公式翻訳との比較から導出した技術書翻訳の品質基準。翻訳作業時に自動参照。
Build→Test→Feedback→Refineの反復改善ワークフロー。ツール開発時のフィードバックループとOSS検証を支援。
LLM コーディングの 4 大失敗パターン(暗黙の仮定/過剰実装/関係ない箇所への手出し/成功基準の曖昧さ)を抑制するための行動規範。コード生成・編集・リファクタ時に参照。
AWS アカウントの FinOps 調査・コスト削減分析。ReadOnly + MFA 環境での非対話認証突破、Cost Explorer の読み解き罠、RI/SP の誤認パターン、レポート数値の分母混在を避けるための学び集。
Spawn a parallel coding-agent session in its own jj workspace. Uses `jj_agent` if the nwiizo/jujutsu.fish plugin is installed, otherwise falls back to raw `jj workspace add`. Use when starting a second (or Nth) agent on a different task without disturbing the current working copy. Invoke manually; creates a workspace directory on disk.