feat: improve audit-dependencies skill score (67% → 83%) - #2
Open
yogesh-tessl wants to merge 1 commit into
Open
Conversation
Hey @pittolive 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements for `audit-dependencies`. Here's the full before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | audit-dependencies | 67% | 83% | +16% | | find-safer-version | 73% | — | — | | check-dependency | 77% | — | — | I focused on `audit-dependencies` since it had the most room to grow — and it's the skill users hit first when they want a full project-wide scan. <details> <summary>What changed</summary> - **Expanded description with explicit trigger terms** — added a `Use when...` clause covering natural user phrasings like "CVE scan", "supply chain security", "outdated packages", and specific manifest file names (`package.json`, `pom.xml`, `requirements.txt`, etc.). This helps the agent match the skill to a wider range of user requests. - **Added PURL construction formats** — documented Package URL patterns for all six supported ecosystems (npm, Maven, PyPI, Go, Cargo, Gem) so the agent can build PURLs correctly without guessing. - **Added concrete MCP tool invocation syntax** — showed the exact `getComponentVersion` call with parameters, making the workflow copy-paste actionable. - **Added error handling guidance** — step 4 now handles missing PURL data gracefully instead of failing silently. - **Trimmed the example output** — cut from 38 lines to 21 while keeping the essential format (severity table + critical findings + next-step prompt). - **Added cross-skill reference** — the example now suggests `/find-safer-version` as a follow-up, connecting the audit flow to the upgrade flow. </details> I also stress-tested your `check-dependency` skill against a few real-world task evals and it held up really well on PURL-based lookups across mixed ecosystems (npm + Maven in the same project). Kudos for that. Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch — just saw room for improvement and wanted to contribute. Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at [this Tessl guide](https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me — [@yogesh-tessl](https://github.com/yogesh-tessl) — if you hit any snags. Thanks in advance 🙏
Author
|
hey @pittolive 👋, just a friendly follow-up in case this got buried, happy to help move it forward! |
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.
Hey @pittolive 👋
this is really well put together. The 3 focused skills for dependency auditing, checking, and finding safer versions map directly to what developers actually need from Sonatype. No fluff, just useful functionality. The multi-platform setup with a Cursor plugin, MCP config, and agents directory is a great touch too; it shows you’re thinking about how developers actually work and making it easy to plug into their existing tools.
ran your skills through
tessl skill reviewat work and found some targeted improvements foraudit-dependencies. Here's the before/after:I focused on
audit-dependenciessince it had the most room to grow and it's the skill users hit first when they want a full project-wide scan.What changed
Use when...clause covering natural user phrasings like "CVE scan", "supply chain security", "outdated packages", and specific manifest file names (package.json,pom.xml,requirements.txt, etc.). This helps the agent match the skill to a wider range of user requests.getComponentVersioncall with parameters, making the workflow copy-paste actionable./find-safer-versionas a follow-up, connecting the audit flow to the upgrade flow.quick honest disclosure. I work at https://github.com/tesslio where we build tooling around skills like these. Not a pitch, just saw room for improvement and wanted to contribute.
if you want to self-improve your skills, or define your own scenarios to pressure test, just ask your agent (Claude Code, Codex, etc.) to evaluate and optimize your skill with Tessl. Ping me @yogesh-tessl, if you hit any snags.