Skip to content

feat: integrate warden for automated code review#6

Merged
gricha merged 1 commit intomainfrom
feat/warden-integration
Feb 2, 2026
Merged

feat: integrate warden for automated code review#6
gricha merged 1 commit intomainfrom
feat/warden-integration

Conversation

@gricha
Copy link
Owner

@gricha gricha commented Feb 2, 2026

Summary

  • Adds warden.toml config with code-simplifier (getsentry/skills) and find-bugs (getsentry/warden) triggers on pull requests
  • Updates validate skill to run warden -v after tests pass, streaming code review findings in real-time
  • Addresses initial warden findings: extracts shared parseExerciseSpecs() helper and adds Zod schema validation in updateTemplate()

Test plan

  • bun run validate passes (120 tests, lint, typecheck, build)
  • warden -v HEAD~1 runs successfully, both skills execute and produce findings
  • Warden findings addressed in this PR

🤖 Generated with Claude Code

Add warden.toml with code-simplifier (getsentry/skills) and find-bugs
(getsentry/warden) triggers. Update validate skill to run warden -v
after tests pass. Address warden findings: extract shared exercise
parsing helper and add schema validation in updateTemplate.
@gricha gricha merged commit ae2e00e into main Feb 2, 2026
2 checks passed
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