By hegeldev
Generates property-based tests with random inputs and automatic failure shrinking for Rust, Go, C++, and TypeScript projects using the Hegel framework.
An Agent Skill that teaches agents how to write property-based tests using Hegel.
When you ask an agent to write property-based tests, this skill provides:
Supported hegel libraries:
hegel-skill works with Claude Code, Codex, and any agent that supports the Agent Skills standard.
Add this repository as a marketplace, and install the skill:
/plugin marketplace add hegeldev/hegel-skill
/plugin install hegel-skill@hegeldev
Or see https://code.claude.com/docs/en/skills for local installation instructions.
Use the built-in skill installer:
$skill-installer install https://github.com/hegeldev/hegel-skill/tree/main/skills/hegel
Or see https://developers.openai.com/codex/skills for local installation instructions.
Varies by installation. Refer to the docs of your agentic tool of choice.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hegeldev/hegel-skillAutomatically generate comprehensive unit tests from source code with multiple testing framework support
A plugin to find bugs in a codebase using property-based testing
Commands for code review, testing, and analysis
Implement code with tests from specs or direct requests
Unit testing with debugging and test automation
AI test generation with Ralph-loop quality gate: coder → reviewer → iterate