Files
hermes-agent/plugin-catalog/diff-review.yaml
teknium1 5d59366010 feat(plugin-catalog): add 66 community plugins from the Discord #plugins-skills-and-skins sweep
Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that
commit: `hermes plugins validate` (declared tools/hooks/middleware match
registrations, no built-in tool collisions) in both the main venv and a bare
`pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous
verdict, a self-updater grep over every .js file, and a vendor-credential-store
write grep over every .py file. Capabilities and requires_env are copied from
each plugin.yaml; category was assigned by hand.
2026-09-15 12:55:47 -07:00

16 lines
503 B
YAML

name: diff-review
repo: https://github.com/sprmn24/hermes-plugin-diff-review
sha: f238271c1f63ac59b43b99290ec6143f50b780f3
description: Analyze git diffs for common code quality issues — debug prints, hardcoded secrets, bare
except clauses, and unresolved TODOs.
maintainer: sprmn24
tier: community
category: tools
docs_url: https://github.com/sprmn24/hermes-plugin-diff-review#readme
capabilities:
provides_tools:
- diff_review
provides_hooks: []
provides_middleware: []
requires_env: []