feat: improve skill review scores and add Tessl CI workflow#18
Open
rohan-tessl wants to merge 2 commits into
Open
feat: improve skill review scores and add Tessl CI workflow#18rohan-tessl wants to merge 2 commits into
rohan-tessl wants to merge 2 commits into
Conversation
- Fix commit-assisted-by description validation failure (XML-like angle brackets in frontmatter) — score jumps from 17% to 90% - Improve gitops-knowledge content: trim verbose conceptual sections, add validation checkpoints to setup workflow, add schema validation feedback loop — score rises from 89% to 94% - Convert all 5 skill descriptions from YAML block scalar (>) to quoted strings for frontmatter compliance - Trim reconciliation loop and "What is Flux" sections in gitops-knowledge to reduce file size toward the ~15KB guideline | Skill | Before | After | Change | |--------------------------------|--------|-------|--------| | commit-assisted-by | 17% | 90% | +73% | | gitops-knowledge | 89% | 94% | +5% | | gitops-cluster-debug | 94% | 94% | 0% | | gitops-repo-audit | 94% | 94% | 0% | | flux-controller-patch-releases | 97% | 97% | 0% |
Add .github/workflows/skill-review.yml that runs tesslio/skill-review on every PR touching SKILL.md files. Posts scores as a single PR comment using only GITHUB_TOKEN — no extra accounts needed. Non-blocking by default (fail-threshold: 0).
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 @stefanprodan 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the full before/after:This PR covers all 5 skill(s) in the repo. I respected the conventions in
AGENTS.md— keeping SKILL.md concise with heavy content inreferences/, and maintaining the explicit step-by-step workflow style. Description format was standardized to quoted strings across all skills.What changed in commit-assisted-by
<agent-name>/<model-id>angle bracket syntax was flagged as XML tags by validators, causing the skill to fail deterministic checks (17% score). Rephrased to parenthetical notation(agent-name/model-id)while preserving the same meaning>) to a quoted string for frontmatter complianceWhat changed in gitops-knowledge
kubectlverification steps after FluxInstance and Kustomization creation (fixes workflow_clarity score from 2/3 → 3/3)>) to a quoted stringWhat changed in gitops-cluster-debug, gitops-repo-audit, flux-controller-patch-releases
>) to quoted strings for frontmatter compliance — no content changes, these skills already scored 94–97%Tessl Skill Review GitHub Action ✅
I've also included a GitHub Action (
.github/workflows/skill-review.yml) that automatically reviews anySKILL.mdchanged in future PRs and posts scores as a PR comment.What this gives you:
tessl skill reviewruns on every PR touchingSKILL.mdGITHUB_TOKENis usedfail-threshold: 70later if you want a hard gate)This workflow complements the existing
publish.yml,release.yaml, andupdate-schemas.yamlpipelines — it only reviews skill markdown on PRs and does not replace any build or release workflow.Want automatic AI optimization on every SKILL.md change? 🚀
The action I've added gives you review scores on PRs. We also have a more powerful variant —
tesslio/skill-review-and-optimize— that can:SKILL.mdPR (requires addingTESSL_API_TOKENas a repo secret)/apply-optimizeInterested? Tick the box and I'll raise a follow-up PR:
tesslio/skill-review-and-optimizeaction so every SKILL.md PR gets AI optimization suggestions + the/apply-optimizeflowHonest 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 🙏