Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/atlassian-suite:as-commit-show <repo-slug> <commit-sha><repo-slug> <commit-sha>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`$1` = Repo slug.
$1 = Repo slug.
$2 = Commit SHA (full or short).
Fetch in parallel:
get_commit — author, date, message, parentsget_commit_diffstat — files changed + line countslist_commit_statuses — CI build statuseslist_commit_comments — discussion (limit 10)Render:
commit {sha}
{author} <{email}> {date}
{message}
Files: {n} (+{added}/-{deleted})
{file1}: +{a}/-{d}
...
Build statuses:
{state} {key} {name} {url}
...
If user wants the full diff, call get_commit_diff — warn if large (>1000 lines) before printing.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suite