New Bif Test banner
ortus-boxlang ortus-boxlang

New Bif Test

Testing community

Description

--- name: boxlang-cmd-new-bif-test description: Scaffold a JUnit 5 test for a BoxLang BIF. Usage: /boxlang-agent-skills:new-bif-test com.example.bifs.MyFunction category: scaffolding --- Create a JUnit 5 test class for the BoxLang BIF `$ARGUMENTS`. ## Rules - Add the Apache 2.0 file header — read `workbench/CodeHeader.txt` from the BoxLang source root for the exact text - Mirror the BIF package under the test source root: `src/test/java/<package/path>/<ClassName>Test.java` - Use Google Truth

Installation

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

Terminal
mkdir -p ~/.claude/skills/ortus-boxlang-skills-new-bif-test && curl -fsSL https://raw.githubusercontent.com/ortus-boxlang/skills/HEAD/commands/new-bif-test.md -o ~/.claude/skills/ortus-boxlang-skills-new-bif-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