New Component Test banner
ortus-boxlang ortus-boxlang

New Component Test

Testing community

Description

--- name: boxlang-cmd-new-component-test description: Scaffold a JUnit 5 test for a BoxLang Component (custom tag). Usage: /boxlang-agent-skills:new-component-test com.example.components.MyTag category: scaffolding --- Create a JUnit 5 test class for the BoxLang Component `$ARGUMENTS`. ## Rules - Add the Apache 2.0 file header — read `workbench/CodeHeader.txt` from the BoxLang source root for the exact text - Mirror the component package under the test source root: `src/test/java/<package/pat

Installation

Installs to ~/.claude/skills/ortus-boxlang-skills-new-component-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ortus-boxlang-skills-new-component-test && curl -fsSL https://raw.githubusercontent.com/ortus-boxlang/skills/HEAD/commands/new-component-test.md -o ~/.claude/skills/ortus-boxlang-skills-new-component-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository