docs: register web-pentest skill in optional-skills catalog + sidebar - #32278
Closed
r266-tech wants to merge 1 commit into
Closed
docs: register web-pentest skill in optional-skills catalog + sidebar#32278r266-tech wants to merge 1 commit into
r266-tech wants to merge 1 commit into
Conversation
… and user-guide The web-pentest optional skill (NousResearch#32265) shipped without running website/scripts/generate-skill-docs.py, so it is missing from the optional-skills catalog, the docs sidebar, and has no generated user-guide page — unlike its same-batch siblings code-wiki (NousResearch#32240) and openhands (NousResearch#32261), which both included the generated docs. Adds the generated catalog row, sidebar entry, and per-skill page so the skill is discoverable on the docs site, consistent with the other optional-skills/security entries (1password, oss-forensics, sherlock).
Contributor
|
Thanks for identifying the generated-docs drift.
This is an automated hermes-sweeper review; closing as implemented on main. |
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.
Summary
The
web-pentestoptional skill (#32265) was merged without runningwebsite/scripts/generate-skill-docs.py, so it is missing from:website/docs/reference/optional-skills-catalog.md(no catalog row)website/sidebars.ts(no sidebar entry)website/docs/user-guide/skills/optional/security/(no generated per-skill page)Its two same-batch siblings — code-wiki (#32240) and openhands (#32261) — both included these generated docs, so this is a drift left by the third skill in the batch. The other
optional-skills/security/entries (1password, oss-forensics, sherlock) are all cataloged; web-pentest was the only one missing.Changes
Generated via
generate-skill-docs.py, scoped to web-pentest only:security-sherlocksecurity-web-pentest.md(auto-generated from the skill's SKILL.md)Pure docs/config; no code or skill behavior changes. If this has already been regenerated via a separate run, feel free to close and mark accordingly.