From 8366d2bebf54c685c6b9c73022e6312e3aa6cdc2 Mon Sep 17 00:00:00 2001 From: Greg Pstrucha <875316+Gricha@users.noreply.github.com> Date: Sat, 14 Feb 2026 07:08:44 +0000 Subject: [PATCH] fix: correct warden skill name and add find-bugs - Rename react-best-practices -> vercel-react-best-practices to match remote - Add find-bugs skill from getsentry/skills --- warden.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/warden.toml b/warden.toml index de18d40..82808ab 100644 --- a/warden.toml +++ b/warden.toml @@ -16,7 +16,7 @@ actions = ["opened", "synchronize", "reopened"] type = "local" [[skills]] -name = "react-best-practices" +name = "vercel-react-best-practices" paths = ["**/*.tsx", "**/*.jsx"] remote = "vercel-labs/agent-skills" @@ -27,6 +27,18 @@ actions = ["opened", "synchronize", "reopened"] [[skills.triggers]] type = "local" +[[skills]] +name = "find-bugs" +paths = ["src/**", "web/**", "mobile/**"] +remote = "getsentry/skills" + +[[skills.triggers]] +type = "pull_request" +actions = ["opened", "synchronize", "reopened"] + +[[skills.triggers]] +type = "local" + [[skills]] name = "code-simplifier" paths = ["src/**", "web/**", "mobile/**"]