mockserver-monorepo: Skill for OpenCode

.opencode/skills/issue-review/SKILL.md

issue-review is a skill for OpenCode from mock-server/mockserver-monorepo. It costs 106 tokens per session (4,820 once invoked), scanned A, original, Apache-2.0.

A workflow for reviewing GitHub issues, which are reports or requests tracked in a project repository, and deciding whether each is a user error or a software bug.

In plain words
What is it for?
Use it to inspect an issue and comments, improve documentation or error messages, fix confirmed bugs, and close issues that are not bugs.
Why use it?
It helps determine whether an issue is valid, already fixed, documentation-related, or requires a code change and tests.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions subagents; mentions AGENTS.md; mentions OpenCode.

This is mock-server/mockserver-monorepo's own configuration. It tells OpenCode how to work on mockserver-monorepo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mockserver-monorepo configures →

About the project

MockServer is a testing server and proxy that imitates APIs, records and changes network traffic, and deliberately introduces failures. It is for developers testing applications against unavailable dependencies, debugging requests, and checking how systems handle degraded services across several network protocols. The catalogue add-ons help operate, configure, and test MockServer.

mock-server/mockserver-monorepo · 4,966 stars · on GitHub · mock-server.com

Reuse

Borrowing it

Nothing to install: this file belongs to mock-server/mockserver-monorepo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mock-server/mockserver-monorepo/master/.opencode/skills/issue-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mock-server/mockserver-monorepo

Made for: OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/mock-server/mockserver-monorepo/issue-review.svg)](https://agentmods.dev/skills/mock-server/mockserver-monorepo/issue-review)
Your own site
<a href="https://agentmods.dev/skills/mock-server/mockserver-monorepo/issue-review"><img src="https://agentmods.dev/badge/skills/mock-server/mockserver-monorepo/issue-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,820 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.04820
Opus 5 $0.00053 $0.02410
Sonnet 5 $0.00021 $0.00964
Haiku 4.5 $0.00011 $0.00482

Measured 8d ago against content hash 12864fc4bfcd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

issue-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.opencode/skills/issue-review/SKILL.md · 533 lines

How it starts

The opening of the file, as written. The whole thing — 533 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Issue Review and Resolution

Systematically review a GitHub issue to determine its validity, classify it, and take the appropriate action — whether that is improving documentation, fixing a bug, or closing as not-a-bug.

Prerequisites

  • gh CLI authenticated to github.com (gh auth login --hostname github.com)
gh auth status --hostname github.com 2>/dev/null || echo "ERROR: run 'gh auth login --hostname github.com'"

Repository

  • Owner: mock-server
  • Repo: mockserver

Step 1: Parse Input and Fetch Issue

Extract the issue number from the user's input (URL or number).

URL Pattern:

https://github.com/mock-server/mockserver-monorepo/issues/{number}

Fetch the full issue with comments:

gh issue view {number} --repo mock-server/mockserver-monorepo --json number,title,body,author,createdAt,updatedAt,state,labels,comments,assignees

Read the issue carefully. Extract:

  • Reported behaviour: what the user says is happening
  • Expected behaviour: what the user expected
  • Steps to reproduce: how to trigger the issue
  • Environment: MockServer version, Java version, OS, deployment method (Docker, JAR, WAR, Maven plugin)
  • Configuration: any custom properties, expectations, or settings mentioned
  • Error messages: exact error text, stack traces, or log output
  • Attachments: links to logs, screenshots, or configuration files

If critical information is missing (no version, no reproduction steps, no error output), note this as a gap but continue investigation with what is available.

Step 2: Validate the Issue — Is This Still Relevant?

Before deep investigation, check if the issue is outdated:

2a: Check MockServer Version

# Current released version
gh release list --repo mock-server/mockserver-monorepo --limit 1 --json tagName,publishedAt
# Version from pom.xml (development version — target the project version, not parent/plugin)
grep -m1 'SNAPSHOT' mockserver/pom.xml | sed 's/.*<version>\(.*\)<\/version>.*/\1/'

Read the full file on GitHub · 533 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 533 lines · 106 tokens per session scan A 12864fc4bfcd

Subscribe to this mod's changes

issue-review is a skill published in the GitHub repository mock-server/mockserver-monorepo (4,966 stars, last pushed today), licensed Apache-2.0. It adds 106 tokens to every session and 4,820 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

triage-issue

Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When an agent needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket…

atlassian/atlassian-mcp-server · 116 tokens

plano-observability-debugging

Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis.

katanemo/plano · 32 tokens

browse-flows

Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.

microsoft/power-platform-skills · 31 tokens

operating-cadence

Designs the rhythm an organization runs on — which reviews happen weekly, monthly and quarterly, what each one decides, who owns the numbers presented, and how a signal at the front line reaches the people who can act on it. Use this to set up a management operating system, fix a meeting calendar that produces no…

cbrock84/headcount · 95 tokens

factory-triage

Triage a Factory work item's issue — trace history, understand architecture, diagnose root cause, then advance the stage.

mastra-ai/mastra · 27 tokens