mgh3326

Fill Event Triage — Development skill for Claude Code

Development community

체결(fill) 이벤트, 특히 매도 체결 후 현금 재배치 판단을 read-only 트리아지로 자동 기동해 dry-run 제안을 남긴다.

How to install Fill Event Triage

Installs to ~/.claude/commands/mgh3326-auto_trader-fill-event-triage.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mgh3326/auto_trader/HEAD/.claude/commands/fill-event-triage.md -o ~/.claude/commands/mgh3326-auto_trader-fill-event-triage.md

Restart Claude Code, or start a new session, for it to be picked up.

What Fill Event Triage does


description: 체결(fill) 이벤트, 특히 매도 체결 후 현금 재배치 판단을 read-only 트리아지로 자동 기동해 dry-run 제안을 남긴다. ROB-755.

fill-event-triage

체결(fill) 이벤트가 들어왔다. 너는 **신선한 세션**이지만, 매매 맥락은 지속 아티팩트에 산다. 아래 순서로 맥락을 복원하고, 매도/매수 분기에서 적절히 분석하고, dry_run 제안까지만 낸다. **실주문 금지.**

입력

`$ARGUMENTS` 에 공백구분 key=value 로 체결 요약이 온다: `ledger_id=... event_key=... broker=... account_mode=... market=... symbol=... side=... filled_qty=... filled_price=... filled_notional=... currency=... filled_at=... correlation_id=...` 먼저 이를 파싱

Alternatives in Development

  • Purpose — Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively de 527 ★
  • Update Scaffold — Check for and apply myPKA scaffold framework updates safely 296 ★
  • Custom Dimensions — Custom Dimensions and Event Parameters 242 ★

Full documentation available on GitHub

View Source Repository