feat: improve skill scores and add Tessl review workflow#2
Open
rohan-tessl wants to merge 2 commits into
Open
Conversation
Optimized three skills based on tessl skill review feedback: | Skill | Before | After | Change | |-------------------|--------|-------|--------| | ngspice | 61% | 86% | +25% | | transistor-models | 69% | 100% | +31% | | gmoverid | 93% | 93% | 0% | Key changes: - ngspice: added "Use when..." trigger clause, condensed nine repetitive example sections into a summary table, added troubleshooting table - transistor-models: added "Use when..." trigger clause with natural search terms, added verification steps for custom PDK workflow - gmoverid: tightened Core Idea section for conciseness
Hey @Arcadia-1 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after: | Skill | Before | After | Change | |-------------------|--------|-------|--------| | ngspice | 61% | 86% | +25% | | transistor-models | 69% | 100% | +31% | | gmoverid | 93% | 93% | 0% | This PR optimizes all three skills in the repo (well within the five-skill cap to keep things reviewable). It also adds a GitHub Action (tesslio/skill-review) so future SKILL.md changes get automatic review comments. 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.
rohan-tessl
marked this pull request as ready for review
March 26, 2026 09:31
Arcadia-1
requested changes
Jul 2, 2026
Arcadia-1
left a comment
Owner
There was a problem hiding this comment.
Thanks for the contribution. I am not comfortable merging this as-is because the new workflow runs a third-party action as tesslio/skill-review@main while granting pull-requests: write. That is a mutable external ref with write permission in this repository. Please either remove the workflow from this PR or pin the action to a reviewed immutable commit SHA and document why PR comment write access is required. The SKILL.md edits can be reviewed separately once the workflow risk is addressed.
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 @Arcadia-1 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
This PR optimizes all three skills in the repo (well within the five-skill cap to keep things reviewable).
Changes summary
ngspice (61% → 86%)
transistor-models (69% → 100%)
.opsanity run before full simulation)gmoverid (93% → 93%)
Automated Skill Review (GitHub Action)
This PR also adds
.github/workflows/skill-review.yml— a lightweight GitHub Action that reviewsSKILL.mdquality on future PRs automatically.**/SKILL.md, the workflow runstesslio/skill-reviewand posts one comment with Tessl scores and feedback (updated on new pushes).GITHUB_TOKENis used to post the comment.fail-threshold.with: fail-threshold: 70later if you want PRs to fail on low scores.SKILL.mdgets automatic review comments, so the rest of the library improves incrementally.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 and ask it to optimize your skill. Ping me - @rohan-tessl - if you hit any snags.
Thanks in advance 🙏