* Export functions for testing * Add tests for githubReviewAgent * More exports * More tests (35%) * More tests (68%) * More tests (82%), doReview 20% * /no-any * Remove unnecessary tests * Migrate tests into doReview.spec.ts * Address code review feedback - Fix reverseParsedPatch test: correct line numbers to match parsePatch behavior - Add try-finally for proper CancellationTokenSource disposal in tests * PR feedback