blog: introduce Agent Shin triage bot for external PRs and issues#240
Open
mateo-berri wants to merge 1 commit into
Open
blog: introduce Agent Shin triage bot for external PRs and issues#240mateo-berri wants to merge 1 commit into
mateo-berri wants to merge 1 commit into
Conversation
Adds the public-facing explanation linked from every Agent Shin comment. Covers what the bot checks, the PR + issue rubrics (including the non-mocked QA-proof requirement), the 24h grace window, and the @agent-shin reconsider / @greptileai recovery paths. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
blog/agent_shin_triage/index.md— the public-facing explainer linked from every Agent Shin comment on external PRs and issues.@agent-shin reconsider/@greptileairecovery paths, and how a closed PR/issue can be reopened.Renders at `docs.litellm.ai/blog/agent-shin-triage` (slug).
Known follow-ups (not in this PR)
Test plan
🤖 Generated with Claude Code
Note
Low Risk
New static blog content only; no runtime, auth, or application logic changes.
Overview
Adds a new blog post at
blog/agent_shin_triage/index.md(slugagent-shin-triage) that documents Agent Shin, the automated triage bot for external PRs and issues on BerriAI/litellm.The post explains why triage exists at repo scale, the three outcomes (pass, 24h grace comment, auto-close), and PR vs issue rubrics—including context plus end-to-end QA proof (with an explicit no-mocking rule for pytest-only claims). It also covers recovery via
@agent-shin reconsider,@greptileai, and maintainer override after auto-close.This is documentation-only; it does not change triage automation in the main repo (the PR notes possible follow-up to align strings in
.github/scripts/triage_with_llm.pyon BerriAI/litellm).Reviewed by Cursor Bugbot for commit 0108b5b. Bugbot is set up for automated code reviews on this repo. Configure here.