ado-commit

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

ADO Commit

Create a conventional commit on an Azure DevOps-hosted repository: $ARGUMENTS

Current state

  • Git status: !git status --porcelain
  • Current branch: !git branch --show-current
  • Staged diff (stat): !git diff --cached --stat
  • Unstaged diff (stat): !git diff --stat
  • Recent commits: !git log --oneline -5

Workflow

The only ADO-specific bits are (a) work-item trailers and (b) the conventions this repo has adopted for talking to reviewers who open PRs in Azure DevOps.

Installs
116
GitHub Stars
632
First Seen
Apr 21, 2026
ado-commit — bastani-inc/atomic