Claude Code
First PR in seven days with Claude Code in an existing repo
A certified engineer opens a pull request inside seven days because the repo is ready, not because the model is magic. Here is the week-one path we use in live codebases.
April 13, 2026/2 min read/Claude Certified Engineers
A first pull request in seven days is an operations claim. It means a certified engineer can clone, build, test, and merge a narrow change on your stack inside a week. Claude Code is how that engineer moves faster. It is not a substitute for a repo that does not build.
This is week one of our six-week path and of Embedded work.
Day zero is access
Repo, CI, Slack, secrets the build actually needs, and a written success metric. If SSO or a flaky pipeline eats four days, the seven-day clock was a lie you told yourselves, not a model failure.
Then make the agent literate
Write CLAUDE.md against commands that pass on a clean checkout. If npm test is folklore, the agent will invent a second folklore.
Then a small PR
Pick a change that proves the path: a failing test made to pass, a prompt-cache prefix, a tool schema required field. Behind a flag if it can affect production traffic. Pair it with the repo conventions so the next PR does not invent a second layout.
We staff this with a second certified reviewer on the PR. Speed without review is how you get a clever diff nobody can operate.
What week one is not
It is not a model bake-off. It is not five parallel spikes. It is not rewriting the monorepo so Claude Code "has a cleaner graph." If the existing app cannot start, the first PR is the smallest change that makes test green for the slice you will touch. That still counts. The homepage claim of seven days is about a mergeable change on your stack, not about shipping the whole agent.
Claude Code helps once the commands exist. Before that, the agent is a random walk through a repo it cannot build. Enablement exists so your own engineers repeat this rhythm after we leave. See certification enablement versus hiring.
If week one slips because legal has not approved repo access, that is a week-0 miss, not a Claude miss. Fix the provisioning. Do not add days to the model.
Questions
- How do you get a pull request in seven days with Claude Code?
- Provision access on day zero, write CLAUDE.md against real commands, pick one production outcome, and ship a narrow change. The model does not replace a repo you cannot build locally.
- What if CI is red before you start?
- Then day one is making CI green. An agent in a red pipeline will generate more red. That is still week one work, not a reason to skip the PR.
- Is the first PR the agent itself?
- Rarely. It is often tests, a cache breakpoint, or a schema fix. The agent comes once the path to merge is real.