backpressured
Self-verifying coding loop with reviews, tests, and PR monitoring
All Skills in This Repository (9)
Pure Emerald Level Indicatorspr-monitoring
Monitor a GitHub pull request until merge and required checks pass.
general-code-review
Automate code-review of diffs for correctness, simplicity, and test coverage.
type-design-review
Analyzes diffs for data model and function signature changes to identify and prevent illegal states.
backpressured-config
Generate BACKPRESSURE.md and configure MCP servers via /backpressured:config.
manual-testing
Manually verify live application behavior and document evidence for pass/fail decisions.
running-benchmarks
Automates deterministic benchmark suites to detect performance regressions in backpressured loops.
plan-review
Evaluate implementation plans for soundness and compatibility with existing infrastructure.
backpressured
Orchestrate plan, implement, verify, ship, and monitor phases with lint, tests, and reviews.
visual-review
Compare rendered UI against Figma or ticket references to detect visual defects.
Frequently Asked Questions
FAQPage SchemaHow to install backpressured?โผ
Run `npx skills add lucasfcosta/backpressured --all -g -y` in your terminal to install all skills in this suite globally.
What does backpressured do?โผ
It runs an autonomous coding loop that plans, implements, verifies, and ships changes, gating every step on lint, tests, benchmarks, manual testing, and independent code review. It only stops when all acceptance criteria pass or it hits a blocker it can name.
How do I start a backpressured run?โผ
Run `/backpressured:goal <description>` or explicitly ask for a backpressured run, and state your acceptance criteria. If you skip them, the agent infers and states them before starting.
Can I customize the checks for my project?โผ
Yes. Run `/backpressured:config` and it detects your lint, test, and run commands, then writes a BACKPRESSURE.md file with your confirmed settings. Without it, the loop discovers commands from your package.json, Makefile, or CI config.
Does backpressured work without coding experience?โผ
You need a development project to run it on, but the agent handles the technical execution itself. You describe the goal in plain English and it drives the code, checks, and pull request to completion.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core