monte-carlo-reinforce-agent
把诊断自动转成建议与 PR,节省排查与修复时间
会在仓库中打开 PR/修改代码,需授予写权限并人工审核每步
把 Monte Carlo 的 agent 健康诊断转化为修复建议并可打开 PR
把 Monte Carlo 给出的 agent 健康诊断,变成按优先级的修复建议并能在你同意后打开 PR。每天读诊断报告、排序问题、提出要改的代码点,分步骤让你审批后落地代码变更。亮点是把监控/诊断闭环到实际代码修复流程,省去手工把诊断翻译成改动的麻烦。
▸ 展开 SKILL.md 英文原文
Reinforces an AI agent by turning Monte Carlo's agent-health diagnosis into code fixes. Reads the daily health report for an agent's workflows, ranks the diagnosed issues, proposes what to fix, and — with the user's approval at each step — opens a pull request. Activates on "fix my agent", "improve my agent's health", "reinforce my agent", "what should I fix in my agent". Not for investigating a specific agent alert or trace (monte-carlo-troubleshoot-agent-traces), creating agent monitors (monte-carlo-monitoring-advisor), or instrumenting a new agent (monte-carlo-instrument-agent).
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/reinforce-agent/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/reinforce-agent/SKILL.md"# Monte Carlo Reinforce Agent Skill This skill turns Monte Carlo's **agent-health diagnosis** into landed code fixes. Monte Carlo runs a daily agent-health pipeline that analyzes an agent's traces and produces, per workflow, a report of diagnosed issues — each with supporting evidence (trace deep-links, verifier checks) and recommended fixes. This skill reads that diagnosis, ranks it, proposes what to fix, and follows through with a pull request — pausing for the user's decision at each fan-out point. > **Monte Carlo tool routing (required):** Always call Monte Carlo MCP tools through this plugin's > bundled server, whose fully-qualified tool names are > `mcp__plugin_mc-agent-toolkit_monte