feat: improve 5 skill scores via tessl review#3
Open
rohan-tessl wants to merge 1 commit into
Open
Conversation
| Skill | Before | After | Change | |-------|--------|-------|--------| | split-into-references | 10% | 90% | +80% | | tdd-methodoly-expert | 67% | 96% | +29% | | brainstorming | 72% | 90% | +18% | | mcp-builder | 73% | 88% | +15% | | skill-check | 86% | 95% | +9% | Key changes: - split-into-references: Added missing YAML frontmatter (was failing validation) - tdd-methodoly-expert: Removed ~220 lines of verbose TDD textbook content, consolidated into tight workflow with validation checkpoints - brainstorming: Removed non-rendering dot graph, eliminated triple-redundant process descriptions, consolidated into single 7-step workflow - mcp-builder: Cut ~245 lines of generic advice, consolidated 5 separate reference listings into one section - skill-check: Trimmed testing section and commands reference, improved description specificity Evaluated with tessl skill review. PR covers 5 of 8 skills to keep the contribution focused and reviewable.
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 @thedaviddias 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements. Here's the full before/after:This PR covers 5 of your 8 skills to keep the contribution focused and reviewable — the remaining 3 (agent-browser at 90%, github-gh at 95%, template-skill placeholder) are already in great shape or intentionally blank.
Changes summary
split-into-references: Added missing YAML frontmatter with name, description, and explicit trigger terms. The skill previously failed validation entirely (no frontmatter = 0% on all judge dimensions).
tdd-methodoly-expert: Removed ~220 lines of verbose TDD textbook content that Claude already knows (Red-Green-Refactor explanations, phase principles, example flows). Consolidated into a tight workflow with explicit validation checkpoints at each phase. Kept the bundled tools section (most valuable part) and added well-signaled references to existing reference files.
brainstorming: Removed the dot graph (won't render in Claude's context), eliminated the triple-redundancy (checklist + process flow diagram + "The Process" section all described the same workflow). Consolidated into a single clear 7-step workflow. Expanded description with specific actions and natural trigger terms.
mcp-builder: Cut ~245 lines of generic software engineering advice (DRY, async/await, error handling concepts Claude already knows). Consolidated reference file listings from 5 separate locations into a single "Load Documentation" section. Kept agent-centric design principles (MCP-specific value) and the critical warning about long-running server processes.
skill-check: Removed the "Testing this skill" section (meta-validation that doesn't help Claude perform the core task). Trimmed commands reference to essential commands. Added specific concrete actions to description (frontmatter schema, required fields, formatting issues, quality scoring with line numbers).
Want your remaining skills optimised too? 🚀
This PR covers 5 of your 8 skills to keep the contribution focused and reviewable. We have tooling that can go further:
SKILL.mdchanged in future PRs. Review mode works with zero secrets; maintainers can addTESSL_API_TOKENfor AI suggestions and the/apply-optimizecomment flow.Interested? Just tick the box below and we'll raise a follow-up PR:
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 🙏