tailing-build-output
Installation
SKILL.md
Tailing Build Output
Watch a build process in real time via terminal files and fix issues as they appear.
Workflow
1. Start or Find the Build
Either start the build yourself or find the terminal running it:
head -n 10 <terminals_folder>/*.txt
Look for commands like npm run build, pnpm build, turbo build, docker build, tsc, vite build.
2. Poll for Output
Read the terminal file periodically. Look for: