DeepSeek Harness Plugin dsh-qa-skills: A Test Engineering Skill Framework for Agents
dsh-qa-skills is a DSH plugin maintained by fishzjp, designed to provide a unified testing engineering framework for Agents such as Claude Code, addressing the lack of process in temporary prompts. This plugin includes 10 testing Skills and a shared core knowledge base, supporting Node.js 18+ under the MIT license. Its core functionalities cover the entire testing process: orchestrating a nine-stage pipeline via `qa` with manual checkpoints; performing requirement analysis and risk decision-making; generating human-readable markmap and machine-consumable schema.yaml test cases; reviewing the coverage of existing test cases; supporting E2E/API automation conversion; and facilitating bug localization and regression scope analysis. The core library `core/` must be installed alongside the Skills.
Read More