TEC037 avatar

TEC037

Community

@TEC037

0Followers
|
13Public Repos
|
2Published Skills

TEC037 provides TestSprite skills for bootstrapping runnable test suites in fresh repos and verifying code changes against existing tests before completion.

Skills Distribution
DomainDeveloper To...Test Suite Bootstr.. (40%)Change Verificatio.. (40%)Failure Artifact I.. (20%)

Agent Skills by TEC037

Showing 2 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About TEC037

FAQPage Schema
What tasks can I accomplish with TEC037's TestSprite skills?

Two tasks: bootstrap a fresh repo with a complete TestSprite project, derived tests, and a smoke-run green verdict; and verify finished code changes by running relevant TestSprite tests, inspecting failure artifacts, and reaching a terminal pass/fail verdict before reporting completion.

Who should use the testsprite-onboard and testsprite-verify skills?

Developers working in TestSprite-tested repositories. Use testsprite-onboard when a repo has no TestSprite tests yet or right after initial setup; use testsprite-verify after finishing any feature or fix where code changed outside docs and config.

How do I know which skill to invoke during development?

Check whether the repo already has TestSprite tests. If none exist, testsprite-onboard creates the project, target URL, auth, and derived tests. If tests exist, testsprite-verify runs the relevant test covering your change or creates a new one and runs it to a verdict.

What are the prerequisites for using these skills?

A code repository and the TestSprite CLI installed. Onboarding requires a fresh project with a target URL and authentication details; verification requires an existing TestSprite-tested repo with code changes ready to be validated against covering tests.