docs: Use built-in security review in samples#295
Merged
Conversation
Point onboarding, docs, and CLI help examples at the built-in security-review skill. Keep custom and remote examples on separate sample skill names so they do not imply users should shadow the built-in. Co-Authored-By: GPT-5 Codex <noreply@anthropic.com>
99d8a63 to
a1452b1
Compare
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.
Update public onboarding examples to use Warden's built-in
security-reviewskill as the first sample. The docs now describe it as a baseline first pass, not a complete security audit, and separate built-in usage from custom and remote skill examples so users are not guided toward creating local skills that shadow the built-in.CLI Onboarding
warden init, the README, homepage, and CLI help now point users towarden add security-reviewwhile calling it a baseline security check.Skill Examples
Custom skill examples use
api-review, while skill resolution docs call out repo-local precedence and built-in fallback.Validated with
pnpm -C packages/docs build,pnpm test src/cli/help.test.ts src/cli/commands/init.test.ts, andgit diff --check.