Hi, The release check skill now installs for Claude Code, Codex and OpenCode, and there's a setup script for its MCP servers. From tools/skills/releasecheck:
make install make mcp make install puts the skill into each client it finds. make mcp installs the six read-only MCP servers and registers them with Claude Code. Add MCP_ARGS="--codex" or "--opencode" for other clients, or MCP_ARGS=--dry-run to see what it would do. It asks before changing anything and backs up each config file first. The servers are optional, and the skill falls back to HTTP without them, but it will get better results with them. The free OpenCode models work (no login required), but you'll need to check the results more closely, as I can see it got some facts wrong, but its output is useful. If you’re using OpenCode, use 1.18.15 for now, as 1.18.30 has a bug that fails every prompt. https://github.com/apache/incubator/tree/master/tools/skills/releasecheck Kind regards, Justin
