fabricks-devops-issues

Installation
SKILL.md

Fabricks DevOps Issues

Thin orchestration layer over issues.py, a PEP 723 script at the root of Fabricks.Runtime. It's already implemented and tested — this skill does not write or modify any Python in that repo. It calls issues.py through the bundled scripts/ in this skill directory (not through Fabricks.Runtime's own justfile — that's a convenience wrapper for humans and may not be present or up to date wherever this skill runs; the scripts here call uv run issues.py directly so the skill works regardless).

Auth is handled inside issues.py (Azure CLI access token, falling back to the AZURE_DEVOPS_PAT env var) — never ask the user for a token.

You'll need the path to the Fabricks.Runtime checkout (<repo_root> below) — ask the user if it's not already clear from context.

Dispatch on the first word of the request: list, assign, report, or diagnose <id>.

Installs
1
Repository
bmsuisse/skills
GitHub Stars
2
First Seen
Jul 26, 2026
fabricks-devops-issues — bmsuisse/skills