Command Palette

Search for a command to run...

Home / Servers

bountyverdict

by Mimirs402

BountyVerdict — GitHub Actions Diagnosis & Agent Skills

CI skills.sh placement

Install BountyVerdict MCP in VS Code

The button adds one free selector and six paid decision tools to VS Code. The selector deterministically returns the exact paid tool, price, sample, and required input without producing a verdict or requesting payment. Paid calls still require a separately authorized x402 wallet; installing, listing, or using the selector does not charge anything.

Payment quickstart: inspect and cap an x402 payment, or follow the MCP paid-call handoff. Installing the skill, listing tools, and using the selector are free.

Seven paid, bounded decision APIs for autonomous coding agents, available as installable Agent Skills and a remote Model Context Protocol (MCP) server. Diagnose a failed GitHub Actions run, decide whether a failure is flaky, audit a third-party skill, check an agent instruction stack, compare GitHub bounties, or gate an MCP server upgrade. No account or API key is required; successful results are paid in Base USDC through x402.

Install the router that selects the narrowest check and applies its payment safeguards:

npx skills add Mimirs402/bountyverdict --skill route-github-agent-checks -y

GitHub Copilot CLI can install the repository as a plugin without a separate marketplace setup:

copilot plugin install Mimirs402/bountyverdict

That plugin exposes the five task-specific public GitHub, CI, and MCP workflow skills. SkillVerdict and the broad router remain separate least-privilege installs.

Then ask, for example:

  • “Why did this public GitHub Actions workflow fail, and what should I do next?”
  • “Will this MCP tools/list schema change break my agent after the server upgrade?”
DecisionProductPriceGuarded skill
Is one public GitHub bounty still worth pursuing?BountyVerdict$0.05preflight-github-bounties
Which of 8–10 bounties is best, or do I need one ranked response for 2–7?Portfolio$0.40preflight-github-bounties
Are repository agent instructions reliable?HarnessVerdict$0.03audit-agent-harness
Is a third-party SKILL.md safe to install?SkillVerdict$0.06preflight-agent-skills
Why did this workflow run fail?RunVerdict$0.04diagnose-github-actions
Is this failure flaky: retry once or fix it?FlakeVerdict$0.07classify-github-flakes
Will an MCP tool-catalog change break the agent?MCPDriftVerdict$0.02check-mcp-tool-drift

Task-specific skills are the least-privilege path. Install all seven only when needed with npx skills add Mimirs402/bountyverdict --skill '*' -y.

For the seven-tool remote MCP surface, install the task-first marketplace adapter directly from its public repository while directory indexing is pending:

npx skills add Mimirs402/bountyverdict-mcp-skill --skill route-github-agent-decisions

That adapter routes GitHub bounty, repository-readiness, GitHub Ac

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION199,059

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,138

@modelcontextprotocol/server-filesystem

OfficialUpdated today

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,138

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,138