workflows/workflows/agent-environment-setup/platforms/codex/generated-skills/test/SKILL.md
Add or harden verification so the target behavior is covered by repeatable tests and focused checks.
npx skillsauth add cubetiq/cubis-foundry testInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Chooses the right test layer, adds or improves coverage, and records what behavior is now verified.
Use this when the implementation exists but verification is weak, missing, or too manual.
tester
unit-testing for narrow code-level coverage and add integration-testing when the proof crosses a real boundary.web-testing.android-emulator-testing.ios-simulator-testing.Provide the change summary, risk areas, and any known flaky or expensive checks.
Completion requires executed evidence, not just proposed test ideas.
TEST_WORKFLOW_RESULT:
coverage_added:
- <test>
commands_run:
- <command>
remaining_gaps:
- <gap>
Typical next step: /review
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.