Instructions file CodexOpenCode
Instructions for thebtf/netcoredbg-mcp, covering agents.md — project agent instructions, 🧠 base principle, 🛑 language, ⛔ critical rules and ⛔ workarounds forbidden.
Instructions file CodexOpenCode
Instructions for thebtf/netcoredbg-mcp, covering agents.md — project agent instructions, 🧠 base principle, 🛑 language, ⛔ critical rules and ⛔ workarounds forbidden.
Instructions file
Instructions for thebtf/netcoredbg-mcp.
MCP server Claude CodeCodexCursor +2
MCP server for debugging C#/.NET code using netcoredbg. Runs locally from the netcoredbg-mcp Python package.
MCP server Claude CodeCodexCursor +2
MCP server "camofox-mcp" as configured in thebtf/camofox-mcp. Runs locally from the camofox-mcp Python package.
Plugin Claude Code
Orchestrate AI-driven PR reviews at scale. Unified MCP interface for CodeRabbit, Gemini, Copilot, Sourcery, Qodo, Codex, and Greptile with parallel multi-agent coordination.
MCP server Claude CodeCodexCursor
MCP server "pr" as configured in thebtf/pr-review-mcp. Runs dist/index.js with node.
Instructions file CodexOpenCode
AGENTS.md instructions for thebtf/pr-review-mcp, covering agents.md — pr review mcp server, purpose, language, project structure and mcp tools (21).
Instructions file
Claude Code instructions for thebtf/pr-review-mcp.
Agent
Background PR review executor for pr-review-mcp. Owns the MCP workflow: invoke review agents, wait for completion, process unresolved findings, apply fixes, resolve fixed threads, and hand back a structured report. Use whenever asked to review a PR, process reviewer comments, or prepare a PR for merge readiness.
Command
Fire-and-forget autonomous PR review. Self-manages TaskList progress while your session stays free.
Command
Autonomous multi-agent PR review. Process all AI review comments until ready for merge.
Command
Configure AI review agents for a repository. Creates .github/pr-review.json.
Skill Claude CodeCodex
Canonical consumer skill for PR review in this plugin. Delegates autonomous execution to the built-in pr-reviewer background agent and documents the correct relationship between MCP tools, MCP prompts, and Claude skills.
Skill Claude CodeCodex
Autonomous AI-driven PR review orchestrator. Invokes review agents (CodeRabbit, Gemini, Codex), awaits their completion server-side, processes all findings, and runs build verification. Use this skill whenever a PR needs AI code review — after creating a PR, when review comments need processing, when asked to 'review…