custom-build-process
Custom Build Process
Purpose
This is a project-specific custom skill called by the Builder workflow after implementation is complete. It handles building project artifacts specific to this project (claudecode_webui).
Generic workflow skills invoke this skill if it exists; if absent, the build step is skipped.
When Called
The Builder invokes this skill from its working directory (the worktree) after code changes are complete but before testing.
Build Steps
Frontend Build (if frontend code changed)
More from edanstarfire/claudecode_webui
custom-cleanup-process
Project-specific cleanup process after issue completion. Stops test servers and cleans project-specific artifacts for claudecode_webui.
27custom-environment-setup
Project-specific environment setup for issue workflows. Calculates test ports and provides initialization context for minions.
25custom-test-process
Project-specific test process. Starts backend/vite servers, runs pytest, and verifies health endpoints for claudecode_webui.
21custom-quality-check
Project-specific code quality checks. Runs Ruff linting on modified Python files for claudecode_webui.
13git-sync
Synchronize local main branch with remote, ensuring up-to-date base for worktrees.
2change-impact-analyzer
Determine what needs modification and identify potential side effects of changes. Use before implementing changes to understand full scope and prevent breaking existing functionality.
2