software_test_case_design

v1.0.1

This skill should be used when generating test cases, writing test cases, designing test cases, supplementing exception scenarios and boundary values, design...

0· 59·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for cassion-ran/software-test-case-design.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "software_test_case_design" (cassion-ran/software-test-case-design) from ClawHub.
Skill page: https://clawhub.ai/cassion-ran/software-test-case-design
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install cassion-ran/software-test-case-design

ClawHub CLI

Package manager switcher

npx clawhub@latest install software-test-case-design
Security Scan
Capability signals
CryptoCan make purchasesRequires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (test case design) matches the contents: templates, platform-specific guidance, examples and checklists. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md directs the agent to load internal reference markdown files by keyword and produce test-case output. It does not instruct reading system files, environment variables, network endpoints, or performing actions outside test-case generation. It explicitly excludes test plans, automation scripts, and vulnerability scanning.
Install Mechanism
No install spec or code files are present; this is instruction-only content, so nothing is fetched, written, or executed on disk during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The reference material discusses testing subjects (including security testing) but does not request secrets or access to unrelated services.
Persistence & Privilege
Flags: always is false, user-invocable true, and model invocation is allowed (platform defaults). The skill does not request permanent presence or modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk because it's purely documentation and templates for writing test cases. Before installing or using it, confirm you trust the skill publisher and review the included reference files for any company-specific policies or IP concerns. Avoid pasting sensitive secrets, credentials, or proprietary system internals into prompts when asking the skill to generate test cases. If you need automation scripts, penetration testing, or vulnerability scanning, don't expect this skill to perform those tasks — it intentionally excludes them.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bm92qvkxn498sq9dbyvxrxh85e4ef
59downloads
0stars
2versions
Updated 3h ago
v1.0.1
MIT-0

Loading Guide

Progressive Disclosure Principle: Read SKILL.md first to get the full picture, then load corresponding references files based on scenario keywords. No need to load all at once.

Design Sequence

Function (Positive + Boundary + Exception) → API → Security → Platform Specific

Output

  • Default Markdown table, use xlsx Skill for Excel output
  • No platform specified → General test cases only; Platform specified → General + Platform specific
  • Structure: ID | Title | Type | Module | Priority | Preconditions | Steps | Expected Results

Capability Boundaries

✅ Can generate: Functional testing, boundary values, exception scenarios, API testing, security awareness, UI visual test cases, performance experience test cases (response time, loading speed) ❌ Cannot generate: Test plans, test strategies, test plans, penetration test execution, vulnerability scanning, performance stress testing (concurrency, stress, load testing), automation scripts

Command Mapping Table

Keyword TriggerLoad FilePrecise Positioning
"test case", "write test case", "design test case" (general)references/core-capabilities/common-testing.md + references/templates/common-rules.mdcommon-testing.md full load
"mobile testing", "App testing"references/core-capabilities/common-testing.md + references/platform/mobile-app.md + references/templates/common-rules.mdplatform/mobile-app.md: specific test points
"mini program testing"references/core-capabilities/common-testing.md + references/platform/mini-program.md + references/templates/common-rules.mdplatform/mini-program.md: specific test points
"mobile Web testing", "H5 testing"references/core-capabilities/common-testing.md + references/platform/mobile-web.md + references/templates/common-rules.mdplatform/mobile-web.md: specific test points
"desktop testing", "desktop app testing"references/core-capabilities/common-testing.md + references/platform/desktop.md + references/templates/common-rules.mdplatform/desktop.md: specific test points
"PC Web testing", "Web testing"references/core-capabilities/common-testing.md + references/platform/pc-web.md + references/templates/common-rules.mdplatform/pc-web.md: specific test points
"linkage testing"references/core-capabilities/common-testing.mdLines 116-159: Part 3 Linkage Testing
"routing testing", "navigation testing"references/core-capabilities/common-testing.mdLines 160-214: Part 4 Routing Testing
"UI testing", "visual testing", "interface testing"references/core-capabilities/common-testing.mdLines 215-300: Part 5 UI Visual Testing
"API testing", "API testing"references/core-capabilities/common-testing.mdLines 301-375: Part 6 API Testing
"security testing"references/core-capabilities/common-testing.mdLines 376-443: Part 7 Security Testing
"boundary value", "exception scenario"references/core-capabilities/common-testing.mdLines 22-86: Part 1 Test Case Design Methods
"compatibility testing", "adaptation testing"references/core-capabilities/common-testing.mdLoad corresponding platform/ file by platform
"accessibility testing"references/platform/mobile-app.md + references/checklists/mobile-app-checklist.mdplatform/mobile-app.md Part 6: Device Compatibility
"functional testing"references/core-capabilities/common-testing.md + references/templates/common-rules.md + references/examples/common.mdexamples/common.md Lines 20-294: Part 1 Functional Testing
Checklist (General)references/checklists/common-checklist.md
Checklist (Platform Specific)references/checklists/mobile-app-checklist.md / mobile-web-checklist.md / pc-web-checklist.md / desktop-checklist.md / mini-program-checklist.md
Example Referencereferences/examples/common.md + references/examples/{platform}.mdexamples/common.md contains table of contents

File Structure

Note: This skill has no scripts/ or assets/ directories, all content is provided through references/.

references/
├── templates/               # Template rules
│   └── common-rules.md       # Test case template + test types + priority + numbering
├── core-capabilities/       # General testing capabilities
│   └── common-testing.md    # All general testing capabilities (with TOC)
├── platform/               # Platform specific test points
│   ├── mobile-app.md        # Mobile App: gestures/interruption/network/permissions/push/compatibility/performance
│   ├── mobile-web.md        # Mobile Web: responsive/touch/browser/viewport/login payment/H5/SEO
│   ├── pc-web.md           # PC Web: browser/layout/keyboard/forms/session/multi-window/routing/linkage/drag/richtext/i18n/dark/print
│   ├── desktop.md          # Desktop: window/shortcuts/files/system integration/multi-monitor/install update/compatibility
│   └── mini-program.md     # Mini Program: lifecycle/authorization/sharing/payment/navigation/subscription/platform differences
├── checklists/             # Test case design checklists
│   ├── common-checklist.md # General checklist (with TOC)
│   ├── mobile-app-checklist.md
│   ├── mobile-web-checklist.md
│   ├── pc-web-checklist.md
│   ├── desktop-checklist.md
│   └── mini-program-checklist.md
└── examples/              # Example references
    ├── common.md          # General test examples (with TOC)
    ├── mobile-app.md      # Mobile App examples
    ├── mobile-web.md      # Mobile Web examples
    ├── pc-web.md         # PC Web examples
    ├── desktop.md        # Desktop examples
    └── mini-program.md   # Mini Program examples

Comments

Loading comments...