Skip to content

feat(code-review): add github review skill#4166

Open
alex-alecu wants to merge 1 commit into
mainfrom
feature/github-cloud-review-gh-skill
Open

feat(code-review): add github review skill#4166
alex-alecu wants to merge 1 commit into
mainfrom
feature/github-cloud-review-gh-skill

Conversation

@alex-alecu

Copy link
Copy Markdown
Contributor

Summary

GitHub Code Reviewer runs now get a trusted skill that tells the agent how to read fresh pull request state and avoid old findings. The skill is added only for GitHub reviews and replaces any skill data sent by the caller, so GitLab reviews keep their current flow. It tells the reviewer to read every page of GitHub data, check the latest commit before writing, ignore stale line comments, and update the Kilo summary with only current issues.

Verification

  1. Start a GitHub Cloud Code Reviewer run and confirm the session prompt starts with the github-cloud-review load cue.
  2. Start a GitLab Cloud Code Reviewer run and confirm it keeps its original prompt and receives no runtime skill.
  3. Review a pull request with old inline comments whose current line is gone and confirm fixed findings are not carried into the summary.

Visual Changes

N/A

Reviewer Notes

No GitHub issue was listed in the plan. The main risk is prompt behavior: the skill wording should stay aligned with the allowed gh command patterns and the server-owned summary sections.

@kilo-code-bot

kilo-code-bot Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • packages/worker-utils/src/cloud-agent-next-client.ts
  • services/code-review-infra/src/code-review-orchestrator.ts
  • services/code-review-infra/src/github-cloud-review-skill.ts
  • services/code-review-infra/test/integration/code-review-orchestrator.test.ts

Reviewed by gpt-5.4-2026-03-05 · Input: 149.6K · Output: 23.8K · Cached: 1.5M

Review guidance: REVIEW.md from base branch main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant