Skip to content

fix: Add testing-guidelines and fix skill-writer#49

Merged
dcramer merged 1 commit intomainfrom
fix/skills-config
Jan 30, 2026
Merged

fix: Add testing-guidelines and fix skill-writer#49
dcramer merged 1 commit intomainfrom
fix/skills-config

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Jan 30, 2026

No description provided.

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
warden Ready Ready Preview, Comment Jan 30, 2026 6:58pm

Request Review

@dcramer dcramer merged commit 2522fe6 into main Jan 30, 2026
10 of 11 checks passed
@dcramer dcramer deleted the fix/skills-config branch January 30, 2026 18:59
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

name = "testing-guidelines"
event = "pull_request"
actions = ["opened", "synchronize", "reopened"]
skill = "testing-guidelines"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trigger references skill not designed for PR analysis

Medium Severity

The new warden.toml trigger runs the testing-guidelines skill on every pull request, but this skill is structured as a developer reference guide for writing tests, not as an automated PR analysis skill. Unlike find-bugs and security-review, it lacks allowed-tools, task instructions ("You are a X analyzing code changes"), severity levels, and output requirements. The skill says "Follow these principles when writing tests" — guidance for agents, not analysis instructions. Running it as an automated trigger may produce unpredictable or unhelpful results.

Additional Locations (1)

Fix in Cursor Fix in Web


Generate valid Warden skill definitions from natural language descriptions.
---
name: Skill Writer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skill name mismatches directory naming convention

Low Severity

The skill-writer skill uses name: Skill Writer (title case with space) in the frontmatter, but its directory is skill-writer (kebab-case). All other skills follow the convention where the frontmatter name matches the directory name exactly (e.g., find-bugs, security-review, testing-guidelines). This mismatch breaks skill discovery: discoverAllSkills stores skills by frontmatter name, so looking up by "skill-writer" fails since the key is "Skill Writer". The name in the frontmatter should be skill-writer to match the directory.

Fix in Cursor Fix in Web

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