dogkeeper886

31 mods across 2 repositories, 2 stars between them.

agent-runner-flow

02

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 19d ago A 83 tokens

testlink-format

03

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 19d ago A 80 tokens

testlink-mcp-code

04

dogkeeper886/testlink-mcp

Skill Claude CodeCodex

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

2 19d ago A 24 tokens

testlink-review

05

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 19d ago A 74 tokens

testlink-sync

06

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 19d ago A 96 tokens

dogkeeper886/testlink-mcp

Instructions file

Claude Code instructions for dogkeeper886/testlink-mcp, covering claude.md, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.

2 19d ago B 1,622 tokens

domain

08

dogkeeper886/testlink-mcp

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

2 19d ago A 0 tokens

triage-labels

10

dogkeeper886/testlink-mcp

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

2 19d ago A 0 tokens

dw-implement

12

dogkeeper886/wpa-mcp

Command Claude Code

Start work on a GitHub Issue — create branch, implement, and track progress.

0 29d ago A 0 tokens

dw-plan

14

dogkeeper886/wpa-mcp

Command Claude Code

Research a story and write the plan — the agreed approach — as ONE GitHub plan issue, then stop for human review.

0 29d ago A 0 tokens

dw-review-implement

15

dogkeeper886/wpa-mcp

Command Claude Code

Review the changes an issue was implemented with — do they deliver the issue, and do they stay surgical rather than sprawling beyond it?

0 29d ago A 0 tokens

dw-review-story

16

dogkeeper886/wpa-mcp

Command Claude Code

Review a story for completeness and ensure it stays a goal document, not a spec.

0 29d ago A 0 tokens

dw-review-tasks

17

dogkeeper886/wpa-mcp

Command Claude Code

Review the GitHub issues a story was broken into — do they cover the story, and does each stay a lean goal rather than a frozen spec?

0 29d ago A 0 tokens

dw-tasks

19

dogkeeper886/wpa-mcp

Command Claude Code

Break a reviewed plan (or a story) into GitHub task issues, each linked back to it.

0 29d ago A 0 tokens

doc-gen-readme

20

dogkeeper886/wpa-mcp

Command Claude Code

Research best practices, study the project, and write its README — diagrams and all.

0 29d ago A 0 tokens

doc-review-readme

21

dogkeeper886/wpa-mcp

Command Claude Code

Check a README delivers for its reader, reads and looks right, and is true to the code.

0 29d ago A 0 tokens

qw-cases

22

dogkeeper886/wpa-mcp

Command Claude Code

Turn a reviewed test plan into readable test docs in docs/tests/ — reusing vetted steps where a reuse index is available, instead of re-inventing them.

0 29d ago A 0 tokens

qw-plan

23

dogkeeper886/wpa-mcp

Command Claude Code

Derive the scenarios that verify a story (or an on-request target) — the "what to test", before any test doc is written.

0 29d ago A 0 tokens

qw-review-cases

24

dogkeeper886/wpa-mcp

Command Claude Code

Check each test doc does one clear job, has observable steps, and traces back to its story — before it is bound and run.

0 29d ago A 0 tokens