custom-environment-setup
Custom Environment Setup
Purpose
This is a project-specific custom skill called by generic workflow skills at defined checkpoints. It provides environment configuration specific to this project (claudecode_webui).
Generic workflow skills invoke this skill if it exists; if absent, the workflow continues without project-specific environment setup.
Input
issue_number(from $1 argument): The issue number being worked on
Output
When invoked, this skill should set the following environment variables/context for the caller:
Port Calculation
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-test-process
Project-specific test process. Starts backend/vite servers, runs pytest, and verifies health endpoints for claudecode_webui.
21custom-build-process
Project-specific build process for the Builder workflow. Builds frontend assets for claudecode_webui.
15custom-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