test-and-rebuild

Run unit tests, TypeScript checks, Docker rebuilds, and smoke tests.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ivegamsft/work-tracker --skill test-and-rebuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-and-rebuild
Source: https://github.com/ivegamsft/work-tracker/tree/main/.squad/skills/test-and-rebuild
Command: npx skills add https://github.com/ivegamsft/work-tracker --skill test-and-rebuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, docker, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined validation cycle to confirm that your codebase is ready for deployment, reducing the time and complexity of manual testing.

Core Features & Use Cases

  • Code Validation: Automatically run unit tests, TypeScript checks, Docker rebuilds, and smoke tests to validate your code changes.
  • Time-Saving: Simplifies the process of confirming code changes, reducing the need for extensive manual testing.
  • Use Case: Use this Skill to validate code changes before committing to ensure everything is functioning correctly.

Quick Start

Execute the test-and-rebuild skill to run the full validation cycle on your latest code changes.

Frequently Asked Questions about test-and-rebuild

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate code changes and rebuild Docker containers before deployment?

You can validate code changes and rebuild Docker containers by executing an automated suite that runs unit tests, TypeScript checks, container rebuilds, and smoke tests. This confirms your codebase is ready for deployment in a single step.

What is the best way to run unit tests and TypeScript checks before committing code?

Running an automated validation cycle is the best way to execute unit tests and TypeScript checks before committing. It processes your latest changes to ensure everything functions correctly without extensive manual testing.

Do I need npm and Docker installed to run automated code validation?

Yes, you need npm and Docker installed to run automated code validation. The validation suite requires both dependencies to execute its full cycle of unit tests, TypeScript checks, and container rebuilding.

Can I run a smoke test for web and API health during my CI workflow?

Yes, you can run a basic smoke test for web and API health during your CI workflow. The validation suite applies to continuous integration and development workflows requiring automated validation before deployment.