一键导入
fabrik-status
Check the current state of the Fabrik project board and running workers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check the current state of the Fabrik project board and running workers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Cut a new Fabrik release — gathers changes since last tag, writes release notes, delegates publication to scripts/cut-release.sh
Bootstrap a project to use Fabrik (the GitHub-Project-driven SDLC pipeline orchestrator that drives Claude Code workers through Specify/Research/Plan/Implement/Review/Validate stages). Use this skill when the user wants to install, set up, initialize, or get started with Fabrik for the first time — especially when they ask "how do I get started with Fabrik", "install Fabrik", "set up Fabrik in this project", or mention Fabrik in a project where no `.fabrik/` directory exists yet. Walks through prerequisites, binary install, GitHub Project board setup, `fabrik init`, secret configuration, and the first run.
Audit Fabrik docs against recently shipped features — files gap issues for undocumented behavior, closes issues whose gaps are now covered
Build, test, vet, and format the Fabrik codebase
基于 SOC 职业分类
| name | fabrik-status |
| description | Check the current state of the Fabrik project board and running workers |
Check the current state of the Fabrik project:
ps aux | grep "claude.*print" | grep -v grep to find running Claude workersgh api graphql to fetch the project board and show:
fabrik:editing or fabrik:locked labelsfor d in .fabrik/worktrees/issue-*/; do echo "$d:"; git -C "$d" status --short 2>/dev/null; donePresent a concise summary of what Fabrik is doing and what needs attention.