zendesk-mcp-server: Skill for Claude Code

.claude/skills/functional-testing/SKILL.md

functional-testing is a skill for Claude Code from fruggr/zendesk-mcp-server. It costs 83 tokens per session (1,265 once invoked), scanned A, original, MIT.

A skill for running functional tests of an MCP server through a two-agent test loop, where one agent prepares scenarios and reviews reports from a local executor.

In plain words
What is it for?
It is for running one named functional-test scenario or all unfinished scenarios, ingesting execution reports, and recording OK or FAIL verdicts.
Why use it?
It organizes test progress and verdicts in STATE.md, helping distinguish scenarios that are pending, awaiting review, passing, or failing.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions AGENTS.md.

This is fruggr/zendesk-mcp-server's own configuration. It tells Claude Code how to work on zendesk-mcp-server 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 zendesk-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to fruggr/zendesk-mcp-server. 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/fruggr/zendesk-mcp-server/main/.claude/skills/functional-testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fruggr/zendesk-mcp-server

Made for: Claude Code.

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 functional-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/fruggr/zendesk-mcp-server/functional-testing.svg)](https://agentmods.dev/skills/fruggr/zendesk-mcp-server/functional-testing)
Your own site
<a href="https://agentmods.dev/skills/fruggr/zendesk-mcp-server/functional-testing"><img src="https://agentmods.dev/badge/skills/fruggr/zendesk-mcp-server/functional-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,265 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00083 $0.01265
Opus 5 $0.00042 $0.00633
Sonnet 5 $0.00017 $0.00253
Haiku 4.5 $0.00008 $0.00127

Measured 6d ago against content hash 89460032eade, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

functional-testing 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 6d 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.

.claude/skills/functional-testing/SKILL.md · 114 lines

How it starts

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

Functional testing — leading LLM protocol

You are the leading LLM in a two-LLM functional test loop. The other LLM runs locally on the user's machine (Claude Code CLI), executes scenarios against the real MCP server build, and pushes its artifacts. You drive the loop without ever running the server yourself.

Invocation forms

  • /functional-testing <NN-slug> — drive a single scenario.
  • /functional-testing all — drive every scenario in STATE.md whose status is not yet final (i.e. not OK and not FAIL), in order.

Scenario status lifecycle

STATE.md rows go through three states:

status written by meaning
pending initial scenario declared, executor has not yet run it
done executor report pushed, awaiting leading-LLM verdict
OK/FAIL leading LLM verdict written; row is now final

/functional-testing all picks the first row whose status is pending or done (everything that hasn't reached a final verdict).

Loop per scenario

  1. Read state. Open tests/functional/STATE.md. Confirm the scenario exists and its status. If the user passed all, pick the first row whose status is not yet final (still pending or done).

  2. Refuse if not your turn. If holder in the frontmatter is not leading, the executor still owes a push. Tell the user, stop.

  3. Read the spec, NOT the expected. Open tests/functional/scenarios/<slug>/spec.md. Do NOT open expected.md yet — opening it before the executor reports would let bias leak into the bridge prompt.

  4. Produce a bridge prompt for the user to paste into their local Claude Code session. Template:

    Tu es dans le repo zendesk-mcp-server, branche locale doit être à jour
    avec origin/<branch-from-STATE>.
    Lis tests/functional/scenarios/<slug>/spec.md et applique strictement
    ses instructions.
    Ne lis PAS expected.md — c'est le critère de verdict, le voir biaiserait
    ton rapport.
    Écris tests/functional/reports/<slug>.raw.json + tests/functional/reports/<slug>.report.md.
    Quand fini, mets à jour tests/functional/STATE.md (status=done,
    holder=leading), commit et push.
    Préviens-moi.
    

Read the full file on GitHub · 114 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. 6d ago First seen · 114 lines · 83 tokens per session scan A 89460032eade

Subscribe to this mod's changes

functional-testing is a skill published in the GitHub repository fruggr/zendesk-mcp-server (4 stars, last pushed yesterday), licensed MIT. It adds 83 tokens to every session and 1,265 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

blazemeter-performance-testing

Comprehensive guide for BlazeMeter Performance Testing, including load configuration, reporting, JMeter configuration, Taurus, scenarios, and advanced features. Use when working with Performance tests for (1) Configuring load settings and distribution, (2) Creating and running tests (JMeter, Browser, URL/API…

Blazemeter/bzm-mcp · 138 tokens

blazemeter-api-reference

Comprehensive reference for BlazeMeter REST APIs, including authentication, identifiers, and API endpoints. Use when working with BlazeMeter APIs for (1) Understanding BlazeMeter REST API structure, (2) Authenticating API requests, (3) Obtaining identifiers (Workspace ID, Project ID, Test ID, etc.), (4) Using Test…

Blazemeter/bzm-mcp · 109 tokens

blazemeter-private-locations

Comprehensive guide for BlazeMeter Private Locations, including Radar Agent, installation (Docker, Kubernetes, Helm), configuration, management, and troubleshooting. Use when working with Private Locations for (1) Installing agents (Docker, Kubernetes, Helm Chart), (2) Configuring Radar Agent for API Monitoring, (3)…

Blazemeter/bzm-mcp · 103 tokens

blazemeter-administration

Comprehensive guide for BlazeMeter Administration, including workspaces, projects, security, alerts, and team management. Use when working with administration for (1) Managing workspaces and projects, (2) Configuring security settings (SAML SSO, 2FA, API keys), (3) Creating workspace alerts, (4) Managing private…

Blazemeter/bzm-mcp · 111 tokens

blazemeter-functional-testing

Comprehensive guide for BlazeMeter Functional Testing, including GUI Functional Tests, API Tests (deprecated), Action Library, and debugging. Use when working with Functional Testing for (1) Creating GUI Functional Tests (YAML, Java IDE, Python IDE), (2) Managing Functional Tests (duplicate, delete, move, rename), (3)…

Blazemeter/bzm-mcp · 124 tokens

blazemeter-getting-started

Getting started guides for BlazeMeter, including onboarding, migration guides, continuous testing journey, glossary, and mobile testing. Use when getting started with BlazeMeter for (1) Navigating BlazeMeter University onboarding, (2) Migrating from Runscope or JMeter, (3) Understanding the continuous testing journey…

Blazemeter/bzm-mcp · 96 tokens