[CLAUDE] Skill: Add MCP RAG tools cho 4 sub-agent definitions
Add mcp__rag-unified__search_memory + mcp__rag-unified__cross_project_search vào tools list 4 agents (Investigator + Implementer + Reviewer + CICD Monitor). Tại sao: - Sub-agent spawn KHÔNG inherit MCP server access từ parent session - 4 agents previously CHỈ có Read/Grep/Glob/Bash → re-read MD files manually - Plan B pre-flight Investigator phải Read PE Mig 22-26 thủ công thay vì 1 RAG query - Plan CA Reviewer Cat 1 wire claim verify KHÔNG retrieve historical gotcha cross-session - Plan CA Hotfix 1 silent sidebar drop nếu Implementer có RAG → catch Pattern 16-bis trước commit Trade-off accepted (anh chốt full 4 agents): - Token cost spawn cao hơn (~5-10K extra per RAG query) - Risk noise dilute focus → mitigate by skill-specific prompt focus Pitfall #1 reinforced (S27 multi-agent setup): - Session đang chạy KHÔNG hot-reload registry - Anh restart Claude Code CLI để spawn S30+ pick up MCP RAG tools - Plan B Chunk D Implementer đang chạy dùng config CŨ (no MCP) — KHÔNG affect Verify post-restart (Anh): - Spawn test Investigator → call mcp__rag-unified__search_memory thử - Pass = MCP tools loaded; Fail = YAML syntax issue (fallback wildcard mcp__rag-unified__*) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -2,9 +2,8 @@
|
||||
name: cicd-monitor
|
||||
description: |
|
||||
CI/CD pipeline + post-deploy verification specialist for SOLUTION_ERP. Use proactively AFTER every push to main that triggers Gitea Actions deploy (code commits — skip docs-only per path-filter gotcha #41). Polls Gitea Actions run status via API, verifies test gate pass (Domain 58 + Infra 23 tests baseline), confirms deploy actually shipped (FE bundle hash change × 2 app + EF migrations applied prod), smoke tests prod endpoints (api/admin/eoffice.solutions.com.vn). NEVER writes code — produces PASS/FAIL verdict with concrete evidence from logs + curl + sqlcmd. Catches deploy fail tự động không phụ thuộc em main nhớ verify.
|
||||
model: claude-opus-4-7
|
||||
effort: max
|
||||
tools: [Read, Grep, Glob, Bash, WebFetch]
|
||||
model: inherit
|
||||
tools: [Read, Grep, Glob, Bash, WebFetch, mcp__rag-unified__search_memory, mcp__rag-unified__cross_project_search]
|
||||
skills:
|
||||
- iis-deploy-runbook
|
||||
- dependency-audit-erp
|
||||
|
||||
Reference in New Issue
Block a user