
bmad-code-org/bmad-utility-skills
8 skills8 installs64 starsGitHub
Install
npx skills add https://github.com/bmad-code-org/bmad-utility-skillsSkills in this repo
1Bmad Os Audit File RefsThis skill audits BMAD workflow and task source files for file-reference convention violations. A developer runs it to find path references that use relative paths, bare filenames, bare _bmad/ prefixes, or absolute system paths instead of the canonical {project-root}/_bmad/ or {installed_path} forms. It divides the file list into batches of about 20 and spawns parallel Haiku subagents, then reconciles a file count before producing a grouped report.1installs2Bmad Os Changelog SocialThis skill generates social media announcements from a project's latest changelog entry. A developer runs it after a release to produce posts tailored to Discord, Twitter/X, Facebook, and LinkedIn, each within that platform's character limits. It reads marketplace.json or git tags to identify the plugin and version, and uses git log to compile contributor shout-outs.1installs3Bmad Os DiataxisThis skill creates, updates, fixes, and refines documentation to conform to the Diataxis framework and the BMad Method style guide. A developer uses it to write new docs, restructure existing ones, or improve prose quality without changing meaning. It determines each file's Diataxis type from its directory, applies universal style rules, and spawns refinement subagents to remove AI writing patterns.1installs4Bmad Os Editorial Review TranslationThis skill reviews translated documentation for content fidelity against the English source. A developer uses it on translation PRs to detect injected messaging, off-topic additions, unauthorized links, or omitted content. It compares structure, back-translates suspicious sections, classifies each finding, and flags when human review is required before merge.1installs5Bmad Os Findings TriageThis skill orchestrates human-in-the-loop triage of a batch of review findings. It acts as a team lead that parses findings, creates tasks, spawns one analysis agent per finding, and tracks readiness while the human makes fix, dismiss, or defer decisions. It handles findings from report files, pre-populated task lists, or inline input, and batches large sets into waves.1installs6Bmad Os Gh TriageThis skill analyzes all open GitHub issues and produces a structured triage report. A maintainer runs it to prioritize issues by severity, cluster them into themes, and surface duplicates, stale items, and cross-repo issues. It fetches issues with the gh CLI, splits them into batches of about 10 for parallel agent analysis, and emits a dated markdown report with suggested gh commands.1installs7Bmad Os Review PrThis skill runs a deep pull-request review by combining an adversarial cynical review and an edge-case hunter in parallel, then merging and deduplicating their findings. A developer supplies an explicit PR number or URL; the skill checks out the branch, warns on large PRs, skips binary files, and outputs severity-ranked engineering findings. It refuses to infer the PR from conversation or local git state.1installs8Bmad Os Root Cause AnalysisThis skill performs root cause analysis on a bug fix and produces a structured RCA report. A developer runs it on a commit, PR, issue, or description of a fix to find what caused the defect, when it was introduced, and which guardrails failed. It reads the fix diff and discussion, uses git blame and 5 Whys, and writes a report with a detection-latency timeline and corrective actions.1installs