run-manual-qa

run-manual-qa is a skill for Claude Code, Codex from bitrix24/templates-mcp. It costs 52 tokens per session (2,995 once invoked), scanned A, original, MIT.

A manual testing workflow for the Bitrix24 templates MCP server, a service that lets AI tools work with Bitrix24 templates. It tests the server through the MCP Inspector and an AI connector, then records the results.

In plain words
What is it for?
Use it to run a documented manual QA pass, create a tracking issue, record failures, and archive results for the next test run.
Why use it?
It checks both exact parameter handling and natural-language interpretation. Separate test storage and secret-handling rules keep QA records and credentials out of the server repository.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Good fit Use it to run a documented manual QA pass, create a tracking issue, record failures, and archive results for the next test run.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bitrix24/templates-mcp/run-manual-qa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bitrix24/templates-mcp --skill run-manual-qa
Clone the repo
git clone --depth 1 https://github.com/bitrix24/templates-mcp

Made for: Claude Code, Codex.

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 run-manual-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitrix24/templates-mcp/run-manual-qa/github.svg)](https://agentmods.dev/skills/bitrix24/templates-mcp/run-manual-qa)
Your own site
<a href="https://agentmods.dev/skills/bitrix24/templates-mcp/run-manual-qa"><img src="https://agentmods.dev/badge/skills/bitrix24/templates-mcp/run-manual-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for run-manual-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitrix24/templates-mcp/run-manual-qa"><img src="https://agentmods.dev/badge/skills/bitrix24/templates-mcp/run-manual-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,995 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.
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.00052 $0.02995
Opus 5 $0.00026 $0.01497
Sonnet 5 $0.00010 $0.00599
Haiku 4.5 $0.00005 $0.00299

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

Security

Grade A, and why

run-manual-qa 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 9d 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.

skills/run-manual-qa/SKILL.md · 122 lines

How it starts

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

run-manual-qa — Agent Skill

Manual QA for the Bitrix24 MCP server. The server is exercised twice per run: once through the MCP Inspector (deterministic, parameter-level) and once through an AI agent connector (natural-language disambiguation). This skill produces a single tracking issue the human clicks through, and archives the result so the next run starts from known state.

Hard rules

  1. Never write test artifacts into bitrix24/templates-mcp. Tracking issues, fail reports, and result archives go into a separate disposable test repo (e.g. IgorShevchik/for-test-mcp). The upstream repo only ever receives the skill itself and real PRs — never QA scratch.
  2. Never ask for, store, echo, or commit secrets. The human supplies every secret (webhook URL, MCP auth token, GitHub PAT) directly into their local .env. The skill describes which variables are needed and where they come from — it never handles the values. If a value looks like a real token in any input, refuse to write it anywhere.
  3. Always ask the three run parameters before doing anything (see Step 0). Do not assume scope, repo, or language from a previous session.
  4. Test phrases render in the human's chosen language; everything structural is English. The project's documentation language is English (section titles, labels, archive). Only the operator-facing test phrases (the "say this to the AI agent" lines) use the chosen language.
  5. Keep the scaffold in sync with the project. references/issue-scaffold.md hard-codes structural facts. Update it in the same PR whenever the underlying fact changes — not merely when a file is touched. Triggers (by change, not by filename): a NUXT_*/NITRO_* variable added/renamed/removed; the default port or /mcp endpoint path changed; a required webhook scope changed; the connector auth header name/format changed; a new tool that needs upfront-seeded portal data. (A nuxt.config.ts refactor that changes none of these needs no scaffold edit.) The data table and seed list are otherwise generated/trimmed per run. A CI gate enforces the .env.example ↔ scaffold pairing — see .github/workflows/.

Read the full file on GitHub · 122 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 122 lines · 52 tokens per session scan A d7948ea76bbd

Subscribe to this mod's changes

run-manual-qa is a skill published in the GitHub repository bitrix24/templates-mcp (6 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 2,995 once invoked, about $0.0003 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

atf-testing

Build ServiceNow Automated Test Framework tests and suites — impersonation, form steps, assertions, server-side script steps, test parameters, and execution via snowcreateatftest / snowexecuteatftest.

serac-labs/serac · 45 tokens

review-screenshot

A standard workflow for taking screenshots to check a user interface, using a dedicated review process for different verification modes.

YuDefine/nuxt-supabase-starter · 75 tokens

tabnexus-mcp-evals

Generate, validate, and run isolated Codex-to-TabNexus MCP evaluations with a curated 600-query dataset, executable gold tool labels, safety checks, and best-of-three stability scoring. Use when testing TabNexus MCP tool coverage, Agent behavior, regression quality, destructive-action safety, prompt changes, or a…

KaichenCurry/TabNexus · 75 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-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

smoke-test

Post-restart smoke tests + auto-fix for the memex server environment. Walks a fixed check list over the real CLI and MCP surface (status, doctor, search, page round-trip), auto-fixes known issues, and reports what's left.

timurgaleev/memex · 55 tokens