UNPKG

dsh-qa-skills

Version:

DeepSeek Harness (dsh) plugin: 10 testing skills (requirement analysis, test strategy, case writing/review, E2E/API automation, exploratory, regression, bug analysis) + shared core knowledge base — a full QA pipeline as agent skills.

43 lines (42 loc) 1.07 kB
{ "name": "dsh-qa-skills", "version": "0.6.0", "description": "DeepSeek Harness (dsh) plugin: 10 testing skills (requirement analysis, test strategy, case writing/review, E2E/API automation, exploratory, regression, bug analysis) + shared core knowledge base — a full QA pipeline as agent skills.", "type": "module", "main": ".dsh/plugins/qa-skills.js", "exports": { ".": "./.dsh/plugins/qa-skills.js", "./.dsh/plugins/qa-skills.js": "./.dsh/plugins/qa-skills.js", "./package.json": "./package.json" }, "files": [ "skills", ".dsh" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "agent-skills", "skills", "qa", "testing", "test-case", "test-automation" ], "license": "MIT", "author": "fishzjp", "repository": { "type": "git", "url": "git+https://github.com/fishzjp/qa-skills.git" }, "homepage": "https://github.com/fishzjp/qa-skills#readme", "engines": { "node": ">=18" }, "dsh": { "bundle": { "patch": "./.dsh/cordis.patch.yml" } } }