Format Until Clean
Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.
Cargando...
Recursos públicos compartidos por la comunidad Falken. Descubre prompts, IAs, skills y más.
Run the formatter, fix any remaining style issues, and loop until the codebase formats cleanly with no diffs.
Run failing tests repeatedly, classify each failure as flaky or real, and fix only confirmed regressions.
When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer's rationale.
Run the production build, fix compile and bundling errors, and loop until the build succeeds.
Run end-to-end tests, fix UI and integration failures, and loop until the E2E suite passes.
Run Playwright or Percy visual snapshots on UI changes; fix unintended diffs until baselines match intentionally.
Add focused tests until coverage meets your threshold (e.g. 80%), without changing production behavior unnecessarily.
Test-first loop: write a failing test, implement the minimum code to pass, refactor, and repeat.
Run lint and typecheck, fix reported issues, and loop until the codebase is clean.
Run your test suite, fix the smallest root cause on failure, and repeat until every test passes.
Hook that runs tests before git commit commands to block commits when the suite is red.
Hook that runs smoke tests after git merge or rebase to catch integration regressions immediately.
Hook-based loop that runs related tests after file edits to catch regressions early.
Generates mock API servers from OpenAPI specifications. Creates realistic test data and simulates API behavior for development.
Automatically generates unit tests, integration tests, and end-to-end tests from code analysis. Supports multiple testing frameworks.
Automatización entre navegadores utilizando Playwright. Automatice los navegadores Chromium, Firefox y WebKit para realizar pruebas y raspado web.