DeepSeek Harness plugin

function-testing

DeepSeek Harness skill bundle: function-testing (loads SKILL.md).

Jump to install

Source facts

Repository
addxing/function-testing
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/addxing/function-testing
Plugin: function-testing
Author: addxing

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

Function Testing

![skills.sh](https://skills.sh/addxing/function-testing)

A skill for generating functional test cases from PRDs, Git commits, or user stories, and exporting an Excel-style test report. Works with any AI coding agent.

Install

npx skills add addxing/function-testing

DeepSeek Harness

This repo follows the DeepSeek Harness (DSH) Skill format. Clone it into a skills directory and it will be auto-discovered:

# User-level install (available in all projects)
git clone https://github.com/addxing/function-testing ~/.dsh/skills/function-testing

# Project-level install (current project only)
git clone https://github.com/addxing/function-testing .dsh/skills/function-testing

DSH hot-reloads the skills directory after cloning; the skill becomes available in new sessions.

Or install it as an official bundle plugin in one line (requires pnpm; restart the web app afterwards):

dsh plugin --profile web add "github:addxing/function-testing#main"

Usage

After installing the skill, ask your AI agent to use it when you need functional test cases:

Use $function-testing to generate test cases for this PRD.

For best results, provide one of:

  • a PRD or requirements document
  • Git commit details or a diff
  • a user story or feature description

What It Does

This skill guides an agent to:

  • analyze the input material and identify its source type
  • extract testable functional points
  • design concise test cases covering positive, negative, boundary, state transition, and data consistency scenarios
  • assign priorities such as P0, P1, and P2
  • generate an Excel report with overview, feature list, and test case sheets

Files

  • SKILL.md - the skill instructions
  • LICENSE.txt - Apache 2.0 license

Chinese Documentation

See README.zh.md.