All projects

Internal Claude Code agents

Custom skills.md-driven Claude Code agents for automated code review, workflow log triage, code correction, and auto-raising PRs.

01

At a glance

Auto-PR
raised by agent
Log triage
workflow signal
Code review
first-pass
Significant
eng time saved
02

How it works

01TriggerGitHub event / log alert fires.
02PlanAgent reads skills.md, plans steps.
03ActReviews / patches / opens PR.
04NotifySlack/email summary for human.
03

Architecture

GitHub eventClaude Codeskills.mdPR / commentSlack notify
04

Features

SkillsCustom skills.md files encode review rules + project conventions per repo.
ReviewAgent leaves first-pass comments on every PR before a human looks.
TriageReads workflow logs, surfaces root cause, suggests fix.
Auto-PRWhen the fix is obvious, the agent raises the patch itself.
05

Full stack

Claude Codeskills.mdGitHub ActionsPython