sortie
Turn tracker tickets into parallel autonomous coding sessions
All Skills in This Repository (9)
Pure Emerald Level Indicatorsgit-commit
Stage and commit changed files as atomic Conventional Commits with branch-safety checks.
creating-pr
Create GitHub pull requests from feature branches via gh pr.
changelog-maintenance
Automate CHANGELOG.md entries following Keep a Changelog and Semantic Versioning.
managing-adrs
Create and validate MADR 4.0 Architecture Decision Records with required frontmatter.
managing-github-issues
Automate GitHub issue creation, editing, searching, triaging, and closing via gh CLI.
context-files
Generate and validate AGENTS.md, CLAUDE.md, and GEMINI.md project context files.
go-testing
Standardize Go unit and integration tests with table-driven patterns and test doubles.
creating-agent-skills
Create, improve, evaluate, and package Agent Skills per the agentskills.io specification.
diataxis-documentation
Classify technical documentation into Diataxis framework categories.
Frequently Asked Questions
FAQPage SchemaHow to install Sortie?โผ
Run `npx skills add sortie-ai/sortie --all -g -y` in your terminal to install all skills in this suite globally.
What does Sortie do?โผ
Sortie watches your issue tracker for matching tickets and launches coding agents in isolated workspaces to resolve them automatically. It manages retries, timeouts, state sync, and cleanup so tickets flow to done without manual work.
Which trackers and coding agents does Sortie support?โผ
It supports GitHub Issues, GitLab Issues, Gitea, Linear, and Jira as trackers, and Claude Code, Copilot, OpenCode, Codex, and Kiro as coding agents. Switching either one is a one-line config change.
Can Sortie run multiple agents in parallel?โผ
Yes. You set a max concurrent agent limit in your WORKFLOW.md file, and Sortie schedules sessions in parallel, each with its own isolated workspace.
Do I need to write code to use Sortie?โผ
No. You define one WORKFLOW.md file with your tracker credentials and a prompt template, and Sortie handles dispatch, retries, and cleanup on its own.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core