buildcheck-dev

Community

Always validate builds in development.

AuthorRzyfront
Version1.0.0
Installs0

System Documentation

## What problem does it solve?

This Skill provides a structured approach to verify that code changes do not introduce build regressions by systematically inspecting Docker container logs and statuses during development.

## Core Features & Use Cases

  • Watch-mode log verification: tail container logs to detect compile-time and runtime errors as changes are made.
  • Container health checks: ensure all services (backend, frontend, database) are running before marking work complete.
  • Troubleshooting workflow: concise steps to identify and fix issues from logs and container status.

### Quick Start

Start the environment and monitor logs using the following steps:

docker compose up -d --build docker ps docker logs --tail 40 vendix_backend docker logs --tail 40 vendix_frontend docker logs --tail 40 vendix_postgres

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: buildcheck-dev
Download link: https://github.com/Rzyfront/Vendix/archive/main.zip#buildcheck-dev

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.