Skip to content

Doubt v0.3.1 — Verified one-command Agent Skill install

Choose a tag to compare

@github-actions github-actions released this 31 Jul 06:43
· 32 commits to main since this release

Verified one-command Agent Skill install

This patch adds the remote-publisher layout required by GitHub CLI 2.90.

gh skill install alsoleg89/doubt doubt

The command was tested end to end against the public repository in a clean
directory. GitHub CLI selected v0.3.1, discovered the four-file Doubt skill,
and installed it with repository/ref tracking metadata.

v0.3.0 added the project-level .github/skills/doubt layout used by GitHub
Copilot inside the repository. Remote gh skill discovery uses
skills/*/SKILL.md; this release adds that publisher layout and makes CI
byte-verify both copies against the canonical portable skill.

All v0.3.0 features remain included:

For CI validation of every *.doubt.json map:

- uses: alsoleg89/doubt@v0.3.1

Full changelog: v0.3.0...v0.3.1