基于解析后的文档与用户意图,生成四色卡片——事实蓝卡、解释绿卡、风险黄卡、行动红卡,是八官署方法论的核心分析输出。
59
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./antinet-agentteams/skills/four-color-cards/SKILL.mdmarkdown:密卷房解析产出的结构化文档intent:用户意图 / 查询目标llm_available:LLM 是否可用(影响黄卡生成路径)blue_card:事实卡——可溯源的陈述,附来源片段green_card:解释卡——对事实的机制/背景说明yellow_card:风险卡——过度声明、不确定性与潜在偏差(经监察院复核)red_card:行动卡——下一步建议(经丞相府补全)pending_review。scripts/run_four_color_cards.py --stage {extract|review|propose}extract → 通政司 comm.tongzhengsi.TongZhengSiAgent(蓝卡:事实抽取)review → 监察院 audit.jichayuan.JianChaYuanAgent(绿卡:Gap/解释)propose → 丞相府 strategy.chengxiangfu.ChengXiangFuAgent(红卡:行动建议)python skills/four-color-cards/scripts/run_four_color_cards.py --stage extractpython skills/four-color-cards/scripts/run_four_color_cards.py --stage reviewpython skills/four-color-cards/scripts/run_four_color_cards.py --stage proposeexamples/snse_survey/skill_outputs/four_color_<stage>.jsond9e888d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.