dogkeeper886/testlink-mcp

A Model Context Protocol (MCP) server for TestLink

2Stars on the repository
10Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agent-runner-flow

01

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

Integration test design principles for a connected end-to-end flow. Use when writing, reviewing, refactoring, or adding test cases under cicd/tests/ (the YAML flow and the runner). Enforces one self-contained, connected flow with no hardcoded or standalone tests. The principles are project-agnostic; the concrete…

2 20d ago A 83 tokens

testlink-format

02

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

How to format text for TestLink fields. TestLink stores rich-text fields (summary, preconditions, step actions and expected results) as HTML, so field bodies must be written with HTML tags and escaped entities — not plain text or \n. Use whenever building or updating a TestLink test case or suite, and as the markup…

2 20d ago A 80 tokens

testlink-mcp-code

03

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

Guidelines for writing or changing this project's MCP server code — adding or modifying TestLink tools.

2 20d ago A 24 tokens

testlink-review

04

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

Reviews a TestLink change after the fact to confirm it achieved the user's goal — the right entities exist, fields are correct and well-formed, and the source document is faithfully represented. Use after testlink-sync or any manual create/update in TestLink, before calling the work done. The review gate paired with…

2 20d ago A 74 tokens

testlink-sync

05

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

Reads a source document — a spec, a GitHub issue, a markdown test-case file, a folder of them — and creates or updates the matching content in TestLink: requirements, test suites, test plans, builds, and test cases. Use when a QA engineer wants to import, sync, upload, or push content into TestLink from a document.…

2 20d ago A 96 tokens