-
Notifications
You must be signed in to change notification settings - Fork 11
feat: improve hackmd-cli skill score to 100% #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
popey
wants to merge
1
commit into
hackmdio:develop
Choose a base branch
from
popey:improve/skill-review-optimization
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| Hullo @hackmdio π | ||
|
|
||
| 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 | | ||
| |-------|--------|-------|--------| | ||
| | hackmd-cli | 94% | 100% | +6% | | ||
|
|
||
|  | ||
|
|
||
| <details> | ||
| <summary>Changes summary</summary> | ||
|
|
||
| The `hackmd-cli` skill was already well-crafted (94%) β the only dimension below perfect was **workflow_clarity** (2/3). The changes are minimal and targeted: | ||
|
|
||
| - **Added verification steps** to the "Sync local file to HackMD" workflow so users can confirm operations succeeded (e.g., retrieving the note after creation, previewing content after update) | ||
| - **Added an Error Handling section** with a table covering common failure scenarios (`Unauthorized`, `Not Found`, `Forbidden`) and their fixes β giving users a clear troubleshooting path | ||
|
|
||
| These two additions moved the content score from 88% to 100%, with workflow_clarity improving from 2/3 to 3/3. | ||
|
|
||
| </details> | ||
|
|
||
| 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 - [@popey](https://github.com/popey) - if you hit any snags. | ||
|
|
||
| Thanks in advance π | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description file accidentally committed to repository
Medium Severity
The
pr_description.mdfile is the PR description text accidentally committed to the repository. This file has no purpose in the project β it's a draft/copy of the GitHub PR body, including promotional content and a reference to a non-existentscore_card.png. It doesn't belong in the codebase and would clutter the repository root.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great contribution! Just a reminder to remove the
pr_description.md@popey