Improve skills architecture based on Sentry warden and junior-prod patterns#63
Merged
Merged
Conversation
…d junior-prod - Add SPEC.md maintenance contracts to all 11 skills defining intent, scope, runtime contracts, and evaluation criteria - Add references/ directories for complex skills (resolve-issue, review, fix-ci) with focused sub-documents for conditional loading - Add confidence calibration and not-a-finding guide to review skill to reduce false positives - Add investigation-first mandate and verification harness table to resolve-issue for better root cause analysis - Expand deslop anti-pattern list with additional AI noise patterns - Add conventional commit title guidance to pr skill - Add self-update skill for dependency maintenance - Add auto-merge and self-update to github-agent utility skill list - Soften imperative language where it causes anchoring without safety benefit
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
opencode-email-worker | 8874c79 | Commit Preview URL Branch Preview URL |
May 08 2026, 01:43 AM |
- mark-pr-ready SPEC: acknowledge auto-merge as successor skill - review SPEC: add reference to not-a-finding.md in evaluation criteria - deslop SPEC: list all 9 slop patterns from the updated SKILL.md
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.
Overhaul the skills system based on patterns observed in getsentry/warden (LLM code review agent) and getsentry/junior-prod (Slack-native AI bot).
Changes
resolve-issue,review, andfix-cienabling conditional context loading instead of monolithic promptsWhat was NOT changed
webhooks.json— no changes to event routing, email handling, or trigger configurationgithub-agent.md— untouched to avoid notification regressionsTesting
Skills are markdown-based prompts; no runtime tests apply. Verified via manual review of all diffs.
Closes: N/A (improvement initiative)