Verify CLI changes example
skill-verify-cli-changes-example-for-verify-skillskillsetup L1★0
automacoescomerciaisintegradas/skills ↗What it does
Verify CLI changes are working as intended locally
Best for
Contributors validating CLI UX changes before pushing to PR without writing formal test suites
Inputs
- · code change patch
- · test scenarios
- · expected behavior spec
Outputs
- · test results
- · behavior verification report
- · go/no-go assessment
Requires
- · app launcher (run skill)
- · CLI test framework
Preconditions
App runnable; test cases defined; environment variables set
Failure modes
App crash on startup, test timeout, behavior mismatch with spec, environment variable missing
Trust signals
- · Concrete example scenarios outlined
- · Test assessment methodology shown
- · Environment dependencies documented