Skip to main content

bmad-walkthrough

Guide a human review of a commit, PR, file, or directory. Use when invoked by name

설치로 이동

소스 정보

저장소
bmad-code-org/BMAD-METHOD
최근 소스 활동
2026년 9월 16일 04:51
감지된 SKILL.md 언어
영어
스타
53,283
포크
6,008

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
8 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
bmad-walkthrough
description
Guide a human review of a commit, PR, file, or directory. Use when invoked by name
Run the following command exactly once without changing the current working directory. Replace `{project-root}` with the absolute path to the project root and `{skill-root}` with the absolute path to this skill's directory: ```bash uv run --no-cache "{project-root}/_bmad/scripts/render_skill.py" --project-root "{project-root}" --skill "{skill-root}" ``` - On success, the command prints `read and follow` and an absolute path to a rendered `workflow.md`. Read that file and follow it. - If `{project-root}/_bmad/scripts/render_skill.py` is not found, this BMad installation is not set up yet: read the installed `bmad` skill's SKILL.md (a sibling of this skill's directory) and follow its setup flow, then run the command above once more. - On any other failure (including `uv` being unavailable), report the command output and HALT. Do not run any workflow source directly.
GitHub에서 보기