커버리지 리포트는 어떤 라인이 테스트되지 않았는지는 알려주지만 무엇을 작성해야 하는지는 알려주지 않아, 릴리스가 거듭되어도 공백은 그대로 남습니다. 이 라이터가 그 공백을 채워줍니다.
sonnet4일VitestOpenAIIstanbulGitHub Actions
Claude
87ROI
90Scale
$3.5k93Saved
ROI for
README.md
왜 이 서브에이전트인가
커버리지 리포트는 어떤 라인이 테스트되지 않았는지는 알려주지만 무엇을 작성해야 하는지는 알려주지 않아, 릴리스가 거듭되어도 공백은 그대로 남습니다. 이 라이터가 그 공백을 채워줍니다.
커버되지 않은 브랜치를 찾아 그 뒤의 코드를 읽고, 테스트 스위트가 놓친 엣지 케이스에 집중한 테스트를 생성합니다. 현재 동작에 대해 통과하는 테스트만 제출한 뒤 리뷰할 수 있는 풀 리퀘스트를 열므로, 잡일 없이 커버리지가 올라갑니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
커버되지 않은 코드를 읽어 들여 입력값, 예외 케이스, 그리고 에러 발생 경로를 파악합니다.
pending
누락된 케이스를 위한 집중적인 테스트를 생성하며, 여기에는 경계 조건과 에러 조건도 포함됩니다.
pending
새로운 테스트를 실행하고 현재 동작에 대해 통과하는 것만 남긴 뒤, 풀 리퀘스트(PR)를 엽니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given a coverage report and the uncovered source, write tests that exercise the missing branches and edge cases; output only tests that pass against the current implementation.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.