hims-edgecase-tester

Generate edge-case, failure-mode, and negative test scenarios for HIMS workflows.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill hims-edgecase-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hims-edgecase-tester
Source: https://github.com/CJCreator-New/care-harmony-hub/tree/main/.agents/skills/hims-edgecase-tester
Command: npx skills add https://github.com/CJCreator-New/care-harmony-hub --skill hims-edgecase-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify potential bugs and vulnerabilities in healthcare management systems by generating comprehensive edge-case, failure-mode, and negative test scenarios.

Core Features & Use Cases

  • Edge Case Generation: Creates scenarios for extreme, invalid, concurrent, and degraded system conditions.
  • Failure Mode Analysis: Simulates network failures, session expirations, and invalid data inputs.
  • Use Case: When developing a new patient registration module, use this Skill to generate test cases that cover duplicate UHID creation attempts, concurrent modifications to patient records, and invalid data entries to ensure system robustness.

Quick Start

Generate edge-case test scenarios for the patient admission workflow.

Frequently Asked Questions about hims-edgecase-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate edge case test scenarios for healthcare workflows?

Generate edge case test scenarios for healthcare workflows by simulating extreme, invalid, concurrent, and degraded conditions like duplicate UHID creation and network failures. This identifies vulnerabilities in Hospital Information Management Systems to ensure software fault tolerance.

What failure modes should I test for in a Hospital Information Management System?

Failure modes to test in a Hospital Information Management System include concurrent modifications to patient records, network failures, session expirations, invalid clinical inputs, and boundary date cases. Simulating these degraded conditions validates system robustness under extreme operational stress.

How do I test duplicate UHID creation and concurrent modifications in patient registration?

Test duplicate UHID creation and concurrent modifications by generating negative test scenarios that simulate simultaneous patient registration attempts and conflicting record updates. This fault-tolerant testing approach exposes data integrity issues under concurrent and invalid input conditions.

Does property-based and fuzz testing work for finding missing assertions in HIMS workflows?

Property-based and fuzz testing effectively find missing assertions in HIMS workflows by feeding randomized and invalid data inputs into the system. This approach flags gaps in existing test coverage and exposes unhandled failure modes in clinical workflows.

Can I simulate network failures and session expiry for patient admission workflows?

You can simulate network failures and session expiry for patient admission workflows by generating degraded condition test scenarios. These scenarios test the system's fault tolerance when experiencing connectivity loss or abrupt session terminations during critical data entry.

Best way to identify invalid clinical input and boundary date cases in medical software?

The best way to identify invalid clinical input and boundary date cases is through comprehensive negative test scenario generation. This approach simulates extreme values and invalid data entries to ensure medical software handles erroneous inputs without crashing or corrupting records.