fishzjp

12 mods across 1 repository, 17 stars between them.

qa-skills AGENTS.md

01

fishzjp/qa-skills

Instructions file CodexOpenCode

Project instructions for qa-skills, a collection focused on improving software testing by repeatedly evaluating and refining its guidance.

17 3d ago A 927 tokens original MIT

api-testing

02

fishzjp/qa-skills

Skill Claude CodeCodex

API testing checks a software service directly through its endpoints, using OpenAPI or Swagger documentation or automated test cases. It can produce and run scripts that test requests and responses.

17 3d ago A 95 tokens original MIT

fishzjp/qa-skills

Skill Claude CodeCodex

A workflow for turning manual web-app test cases into Playwright end-to-end tests and running them. End-to-end tests check a complete user flow through the website.

17 3d ago A 100 tokens original MIT

bug-analysis

04

fishzjp/qa-skills

Skill Claude CodeCodex

A method for investigating confirmed software bugs by tracing their cause in code and assessing their effects. It also records repair and regression-testing recommendations in a test report.

17 3d ago A 100 tokens original MIT

core

05

fishzjp/qa-skills

Skill Claude CodeCodex

A shared reference library for a collection of software-testing skills. It contains common guidance on evidence, risk, test cases, coverage, failure triage, and reports, but does not define a user-facing workflow.

17 3d ago A 127 tokens original MIT

exploratory-testing

06

fishzjp/qa-skills

Skill Claude CodeCodex

A method for exploratory testing, where a tester learns an unfamiliar system while looking for risks instead of following only predefined test cases. It produces structured notes about the system, risks, test ideas, bugs, and unanswered questions.

17 3d ago A 115 tokens original MIT

qa

07

fishzjp/qa-skills

Skill Claude CodeCodex

A complete software-testing workflow that moves from understanding a requirement through strategy, test cases, review, execution, bug analysis, regression testing, and a report.

17 3d ago A 111 tokens original MIT

regression-testing

08

fishzjp/qa-skills

Skill Claude CodeCodex

A workflow for deciding which existing tests should run after a code change. Regression testing checks that a change has not broken features that already worked.

17 3d ago A 98 tokens original MIT

fishzjp/qa-skills

Skill Claude CodeCodex

A structured method for figuring out what a software requirement really means from documents, bugs, issues, and code. It records goals, scope, users, rules, exceptions, dependencies, and unanswered questions.

17 3d ago A 103 tokens original MIT

test-case-review

10

fishzjp/qa-skills

Skill Claude CodeCodex

A review process for checking whether existing software test cases cover the right requirements and can actually be run. TDD, or test-driven development, is different: it writes tests as part of developing the code.

17 3d ago A 95 tokens original MIT

test-case-writing

11

fishzjp/qa-skills

Skill Claude CodeCodex

A method for turning requirements, API documents, bug reports, or source code into executable manual test cases, plus a machine-readable test schema. A markmap is a Markdown-based mind-map format; the method uses the code first when a repository is available.

17 3d ago A 109 tokens original MIT

test-strategy

12

fishzjp/qa-skills

Skill Claude CodeCodex

A method for deciding how a feature should be tested by turning risks into testing scope, depth, and priorities. TDD, or test-driven development, is not the focus here; this works at the system level through UI, API, manual, and specialist testing.

17 3d ago A 103 tokens original MIT