monte-carlo-reinforce-agent

仓库创建 2026年2月26日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

把诊断自动转成建议与 PR,节省排查与修复时间

▸ 风险提示

会在仓库中打开 PR/修改代码,需授予写权限并人工审核每步

这个 Skill 做什么

把 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).

开发编程Agent修复健康诊断PR自动化通用
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/reinforce-agent/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/reinforce-agent/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有