Agent Skill
2/7/2026

test-all

Test all components of the project. Use after each edit to ensure code changes do not regress.

M
moosingin3space
0GitHub Stars
1Views
npx skills add moosingin3space/sun-api

SKILL.md

Nametest-all
DescriptionTest all components of the project. Use after each edit to ensure code changes do not regress.

name: test-all description: Test all components of the project. Use after each edit to ensure code changes do not regress.

Testing

In order to test the Rust code, you should use the Dagger function test:

dagger call test --source=.

To test the Cloudflare Worker, you should use the Dagger function cf-worker-test:

dagger call cf-worker-test --source=.

Note that these can take some time to complete.

Skills Info
Original Name:test-allAuthor:moosingin3space