Jira MCP'den taze veri cek, cache'e yaz, sonra dashboard goster.
Scanned 5/27/2026
Install via CLI
openskills install SkyWalker2506/claude-config---
name: dashboard-sync
description: Jira MCP'den taze veri cek, cache'e yaz, sonra dashboard goster.
---
## /dashboard-sync
Jira'dan taze veri cek + dashboard goster.
## Uygulama
### 1. Jira'dan veri cek (paralel 2 cagri)
Proje anahtarini projenin `docs/CLAUDE_JIRA.md` veya `CLAUDE.md` dosyasindan oku (orn: VOC, AC, TASK).
- **Not-done:** `project = {KEY} AND status NOT IN ("Done") ORDER BY status ASC, priority DESC` — fields: summary, status, priority, labels — max 50
- **Done:** `project = {KEY} AND status = "Done" ORDER BY updated DESC` — fields: summary, status, priority — max 10
Sonuclar buyukse dosyaya duser; python3 ile parse et.
### 2. Cache yaz
Sonuclari parse et ve `.jira_cache.json`'a yaz:
```json
{
"updated": "<ISO timestamp>",
"summary": {"total": N, "todo": N, "in_progress": N, "waiting": N, "blocked": N, "backlog": N, "done": N},
"todo": [{"key": "PROJECT-XX", "summary": "...", "priority": "High", "labels": [...]}],
"in_progress": [...],
"waiting": [...],
"blocked": [...],
"backlog": [...],
"done_recent": [{"key": "PROJECT-XX", "summary": "..."}]
}
```
Status mapping:
- `"To Do"` → todo
- `"In Progress"` → in_progress
- `"WAITING FOR APPROVAL"` → waiting
- `"BLOCKED"` → blocked
- `"BACKLOG"` → backlog
- `"Done"` → done_recent (son 10)
done count icin: toplam not-done'u cik, veya done query totalCount kullan.
### 3. Dashboard goster
```bash
python3 scripts/dashboard.py
```
Ciktidan sonra ek aciklama YAZMA.
## When NOT to Use
- Tek satirlik basit soru/cevap ise
- Skill'in scope'u disindaysa
- Riskli/destructive is ise (ayri onay gerekir)
## Red Flags
- Belirsiz hedef/kabul kriteri
- Gerekli dosya/izin/secret eksik
- Ayni adim 2+ kez tekrarlandi
## Error Handling
- Gerekli kaynak yoksa → dur, blocker'i raporla
- Komut/akıs hatasi → en yakin guvenli noktadan devam et
- 3 basarisiz deneme → daha uygun skill/agent'a yonlendir
## Verification
- [ ] Beklenen cikti uretildi
- [ ] Yan etki yok (dosya/ayar)
- [ ] Gerekli log/rapor paylasildi
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。