yolo_skill
- Shell
4
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill 10k-digital/lovable-claude-code --skill yolo- SKILL.md13.5 KB
Overview
This skill automates Lovable deployments and verification using browser automation when yolo mode is enabled. It detects relevant backend changes, submits deployment prompts to Lovable.dev, and runs configurable verification tests. Auto-deploy after git push and graceful fallbacks ensure reliability for fast iteration.
How this skill works
The skill reads yolo configuration from CLAUDE.md and activates on explicit commands (/deploy-edge, /apply-migration), auto-detects pushes to main when auto_deploy is on, or on user mentions of yolo automation. It opens Lovable, handles login if needed, submits the generated deployment prompt, waits for a response, and then runs tests according to yolo_testing settings. Failures produce clear error messages and manual fallback prompts.
When to use it
- Frequent edge function or migration deployments to speed up workflow
- When yolo_mode: on in CLAUDE.md and you want hands-free deployments
- After git push to main with auto_deploy: on to trigger automatic deployment
- During development for fast iteration and immediate verification
- When you want automated submission of Lovable prompts plus test runs
Best practices
- Enable yolo_debug only when troubleshooting to get verbose logs and selectors
- Keep CLAUDE.md fields (lovable_url, yolo settings) accurate for reliable detection
- Prefer Haiku for simple DOM actions and Sonnet for page analysis and error decisions
- Ensure Chrome extension for Claude is installed and you are logged into Lovable
- Use auto_deploy for CI-like flows but disable for critical production releases
Example use cases
- Push changes to supabase/functions/ and let the skill auto-deploy the edge function
- Add a new supabase/migrations/ file and have the skill apply migration via Lovable
- Run /deploy-edge during development to submit a deployment prompt and run verification
- Enable yolo_testing to run console checks and basic functional tests after deployment
- Turn on debug to capture selectors and timing when a UI change breaks automation
FAQ
A successful git push to main triggers detection of changes inside supabase/functions/ or supabase/migrations/ and auto-deploys if both yolo_mode and auto_deploy are on.
What happens if browser automation fails?
The skill captures error details, shows a clear message, provides a manual Lovable prompt as fallback, and suggests troubleshooting steps without blocking the user.