feat: improve release skill score to 100% - #438
Merged
ragnarok22 merged 1 commit intoApr 6, 2026
Conversation
Hey @ragnarok22 👋 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 | |-------|--------|-------|--------| | release | 94% | 100% | +6% | This repo has one skill — this PR covers it. The release skill was already strong; the main gap was **actionability** (concrete commands for each step). Changes: - Added executable sed commands for updating version in pyproject.toml and cryptobot/__init__.py - Added verification step to confirm both version files match after update - Added explicit git add / git commit commands with the exact files to stage - Added git tag -a command with proper flags for annotated tags - Added git push commands for both the commit and the tag - Added gh release create command with --title and --notes flags - Added explicit "do not continue if tests fail" gate at the test step - Ensured frontmatter description uses standard quoted string format 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
April 3, 2026 06:26
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #438 +/- ##
==========================================
- Coverage 97.27% 97.03% -0.24%
==========================================
Files 7 7
Lines 844 844
==========================================
- Hits 821 819 -2
- Misses 23 25 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ragnarok22
approved these changes
Apr 6, 2026
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 @bokan 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
Changes summary
Agenttool invocation syntax with a copy-paste-ready prompt template for spawning parallel analysis agentsHonest 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 🙏