Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hackmdio/hackmd-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/2.5.0
Choose a base ref
...
head repository: hackmdio/hackmd-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 23, 2026

  1. feat: improve hackmd-cli skill score to 100%

    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 🙏
    popey committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    409706b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Initial plan

    Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
    Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/db58a90f-83f9-407a-b2a2-c2eacb0bfe8d
    Copilot and Yukaii committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    6bc7c62 View commit details
    Browse the repository at this point in the history
  2. Add readPermission, writePermission, and permalink support to update …

    …commands
    
    Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
    Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/db58a90f-83f9-407a-b2a2-c2eacb0bfe8d
    Copilot and Yukaii committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    9b07b8f View commit details
    Browse the repository at this point in the history
  3. Remove package-lock.json and add it to .gitignore

    Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
    Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/dba8311e-aed9-4ee8-80dd-606daddd67ca
    Copilot and Yukaii committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5986bc5 View commit details
    Browse the repository at this point in the history
  4. Add tags support to notes and team-notes commands

    Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
    Agent-Logs-Url: https://github.com/hackmdio/hackmd-cli/sessions/7156bf48-aff5-4ff0-b181-2ce53fcebec1
    Copilot and Yukaii committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    2ee91be View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Merge pull request #100 from hackmdio/release/2.5.0

    Release v2.5.0
    Yukaii authored May 26, 2026
    Configuration menu
    Copy the full SHA
    bea38bd View commit details
    Browse the repository at this point in the history
  2. docs: update CodiMD compatibility notice to point to standalone codim…

    …d-cli (#101)
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent authored May 26, 2026
    Configuration menu
    Copy the full SHA
    5c7c6f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into copilot/update-tags…

    …-description-support
    
    # Conflicts:
    #	README.md
    #	src/commands/notes/create.ts
    #	src/commands/notes/update.ts
    #	src/commands/team-notes/create.ts
    #	src/commands/team-notes/update.ts
    Copilot authored May 26, 2026
    Configuration menu
    Copy the full SHA
    d1ec87c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. fix: sort destructured flags for eslint perfectionist rule

    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent committed May 27, 2026
    Configuration menu
    Copy the full SHA
    0f8b99b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from hackmdio/master

    Master
    Yukaii authored May 27, 2026
    Configuration menu
    Copy the full SHA
    5a8b2dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841daa6 View commit details
    Browse the repository at this point in the history
  4. Add develop branch npm prerelease publishing (#103)

    Publish beta-tagged builds on develop pushes while keeping stable releases on version tags.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent authored May 27, 2026
    Configuration menu
    Copy the full SHA
    bfa9bd0 View commit details
    Browse the repository at this point in the history
  5. chore: remove accidentally committed pr_description.md

    The PR body draft was committed by mistake and does not belong in the repo.
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent committed May 27, 2026
    Configuration menu
    Copy the full SHA
    74fd84b View commit details
    Browse the repository at this point in the history
  6. chore: regenerate hackmd-cli.skill after SKILL.md updates

    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent committed May 27, 2026
    Configuration menu
    Copy the full SHA
    01696cc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into improve/skill-review-optimization

    Co-authored-by: Cursor <cursoragent@cursor.com>
    Yukaii and cursoragent committed May 27, 2026
    Configuration menu
    Copy the full SHA
    f7a3d62 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #96 from popey/improve/skill-review-optimization

    feat: improve hackmd-cli skill score to 100%
    Yukaii authored May 27, 2026
    Configuration menu
    Copy the full SHA
    bf73672 View commit details
    Browse the repository at this point in the history
Loading