Review faster.
Turn red builds green.
Kramlipi reviews pull requests, fixes broken CI, adds missing tests, catches flaky builds, and proves every change with the commands your team already trusts.
Proof before “done”
Pain in. Verified outcome out.
One agent loop for the work slowing every release.
Each feature starts with a developer pain and ends with evidence your team can inspect.
Pain: reviews queue for hours
Ship faster with first-pass PR review.
Grounded scanners and an AI critic add focused inline comments before senior engineers arrive.
Pain: red CI blocks the team
Move broken builds from red to green.
The bug-fix agent reads the failure, changes code, and opens a draft only after your verify command passes.
Pain: fast code lowers confidence
Protect quality with tests added automatically.
Coverage-growth and test-intel agents identify missed behavior, generate focused tests, and run the real suite.
Pain: coverage quietly falls
Increase coverage where the diff creates risk.
Map changed symbols to tests and target meaningful branches instead of inflating a vanity percentage.
Pain: every PR runs everything
Run tests for the code that actually changed.
Diff-aware selection narrows work safely, reducing avoidable queue time and compute while keeping a fallback.
Pain: flaky tests waste reruns
Detect flakes instead of normalizing retries.
Same-workflow, same-commit pass/fail evidence flags unstable builds and surfaces them in the UI.
Target: up to 30% fewer wasted CI minutes through diff-aware selection and flake reduction. Actual savings depend on repository shape and must be measured from runner data.
The mechanism, not magic
The AI does not decide that it succeeded. Your tools do.
Kramlipi keeps working until the repository’s objective command passes—or stops honestly without publishing a false win.
Broken build agent
Wake up to a verified draft—not another wall of logs.
Point the agent at the failed run. It finds the relevant failure, edits only what is needed, and reruns your trusted command before it raises a pull request.
00:42
→ added boundary regression test
→ running pytest -q
exit 0
#185
Test intelligence
Grow useful coverage and spend CI where the change creates risk.
The agent connects changed files to tests, highlights untested behavior, and keeps flaky results separate from real regressions.
Meet the agent where you work
Binary, browser, terminal, editor, or CI marketplace.
Start locally in minutes, then move the same verify-gated loop into your team’s delivery system.
Local binary
Download one file and run on your repository. The free local tier needs no account or card.
code-agent setup
Web Chat
Pick a repository, chat with the agent, watch verification, and open a draft from the browser.
code-agent web serve -w .
CLI Chat
Describe the goal in plain language and keep the whole inspect-edit-verify loop in your terminal.
code-agent run "fix failing tests"
GitHub Action
Review every pull request or start a verified bug-fix job when your named CI workflow fails.
uses: kramlipi/code-agent-action@v0
VS Code extension
Run doctor, repair CI, review a diff, and grow coverage from the command palette.
ext install kramlipi.code-agent
Every major CI marketplace
Azure DevOps, GitLab, CircleCI, AWS containers, Google Cloud GKE, Docker, and any shell runner.
customer-hosted · BYO LLM
“Available” means directly usable today. “Package” means a distribution package exists; public marketplace approval may still depend on the marketplace operator.
Resources
Watch it. Read it. Run it.
Choose the fastest route for the way you learn.
How-to videos
Short walkthroughs for setup, agents, code review, CI repair, and verified delivery.
Open the YouTube playlistDocumentation
Commands, deployment modes, providers, trust boundaries, and complete reference guides.
Browse the docsGet started
Download the binary, choose an LLM, and verify your first real repository task.
Start freeSafe enough for real repositories.
Guardrails first. Autonomy second. Objective verification always.
Runs on your machine or runner.
Your repository is not our training set.
File access remains inside the selected repo.
No verified pass means no success claim.
Make your next review faster—and your next green build real.
Free local tier · no signup · no credit card · bring your own model key.
This branch approves an order when funds are insufficient. Reverse the result and add the boundary case before merge.