docs(skills): add risk classification to inspecting-hermes-desktop-dom - #77310
Open
swissly wants to merge 1 commit into
Open
docs(skills): add risk classification to inspecting-hermes-desktop-dom#77310swissly wants to merge 1 commit into
swissly wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
🟢 Ready to approve
The change is a single frontmatter metadata addition with no functional impact and the resulting YAML frontmatter remains valid.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Adds a missing risk classification to the bundled skill inspecting-hermes-desktop-dom so it satisfies the repository’s skill-frontmatter expectations without changing runtime behavior.
Changes:
- Add
risk: READto the SKILL.md frontmatter.
File summaries
| File | Description |
|---|---|
| skills/software-development/inspecting-hermes-desktop-dom/SKILL.md | Adds the risk: READ frontmatter field to complete required skill metadata. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
The skill was added in NousResearch#73121 without a risk field. 38/39 bundled skills carry risk; this one is a read-only inspection skill (CDP DOM reads), so classify it READ to satisfy frontmatter validation.
swissly
force-pushed
the
fix/skill-risk-inspecting-desktop-dom
branch
from
August 12, 2026 14:50
f8c81a0 to
3872c6f
Compare
Contributor
Author
|
Ping @teknium1 — this PR is mergeable/clean and ready for review (all review threads addressed, CI green). Open since 2026-08-03. |
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
skills/software-development/inspecting-hermes-desktop-dom/SKILL.mdwas added in #73121 without ariskfield in frontmatter. The nightly skill-frontmatter validator flags it as the only bundled skill missingrisk(38/39 bundled skills have it).Change
risk: READto the skill's frontmatter.This is a read-only inspection skill (reads the live desktop DOM/CSS over CDP, never writes/mutates), so
READis the correct risk class. No behavior change.Validation
validate_skill_frontmatter.pypasses for this skill after the change.