purchase-evaluation
星标0
分支0
更新时间2026年4月2日 16:46
Debug and fix FlowInCash purchase decision queue and traffic-light evaluation system
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Debug and fix FlowInCash purchase decision queue and traffic-light evaluation system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Diagnose and fix Express.js error handling issues across all apps (FlowInCash, Crispi, MicroApps)
Recover MCP servers when they fail to respond, lose connection, or return protocol errors
Diagnose and recover Plaid banking sync failures in FlowInCash
Triage and resolve issues reported by beta users across FlowInCash and Crispi apps
| name | purchase-evaluation |
| description | Debug and fix FlowInCash purchase decision queue and traffic-light evaluation system |
| version | 1.0.0 |
| tags | ["flowincash","finance","purchase-queue","traffic-light"] |
Use this skill when the FlowInCash purchase queue or traffic-light MicroApp produces incorrect evaluations, stalls, or returns unexpected Red/Yellow/Green signals.
/media/bob/I/AI_Projects/FlowInCash)
src/services/ — purchase queue coordination, forecasting enginesrc/models/ — purchase queue DB models/media/bob/I/AI_Projects/FliC-MicroApps/traffic-light/)
evaluatePurchase — Red/Yellow/Green signalcheckEmergencyFund — adequacy check@flowincash/mcp-tools| Symptom | Cause | Fix |
|---|---|---|
| Wrong signal | Threshold constants don't match user situation | Check ratio constants in traffic-light/src/ |
| Queue stuck | Coordination service failed mid-evaluation | Check DB for stale status='pending' items |
| Main app and MicroApp disagree | By design — main app has full context, traffic-light is simplified | Not a bug |
npm test in traffic-light (30 tests)npm run test:unit in FlowInCash for purchase queue tests