Skip to main content
GitHub 저장소

bmad-elixir

bmad-elixir에는 mkreyman에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
9
업데이트
2025-10-24
Forks
2
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

elixir-no-shortcuts
컴퓨터 프로그래머

BLOCKS shortcuts like modifying dialyzer.ignore or .credo.exs excludes. Enforces fixing actual problems. Use when encountering ANY error, warning, or quality tool complaint.

2025-10-24
elixir-discipline
소프트웨어 개발자

MANDATORY pre-check before ANY response - ensures you use applicable skills and follow best practices. Use this skill FIRST before responding to any Elixir/Phoenix request.

2025-10-24
elixir-no-placeholders
컴퓨터 프로그래머

PROHIBITS placeholder code, default values that mask missing data, and silent failures. Enforces fail-fast with loud errors. Use when implementing ANY function or data structure.

2025-10-24
elixir-root-cause-only
컴퓨터 프로그래머

MANDATORY systematic debugging - trace to root cause before proposing fixes. NO random changes, NO symptom fixes, NO "try this". Use when debugging ANY error or issue.

2025-10-24
elixir-tdd-enforcement
소프트웨어 품질 보증 분석가·테스터

MANDATORY for ANY feature or bugfix - write ExUnit test FIRST, watch it FAIL, then implement. NO exceptions. Use before writing any Elixir production code.

2025-10-24
elixir-verification-gate
소프트웨어 품질 보증 분석가·테스터

MANDATORY verification before claiming anything works. Run actual commands, read actual output, provide evidence. Use when claiming tests pass, build succeeds, or code works.

2025-10-24
ecto-migration-helper
데이터베이스 관리자

Create, manage, and safely run Ecto database migrations with proper rollback handling and best practices. Use when working with database schema changes, adding columns, or modifying constraints.

2025-10-24
elixir-quality-gate
소프트웨어 품질 보증 분석가·테스터

Run comprehensive Elixir quality checks (format, credo, dialyzer, tests) with proper error handling and reporting. Use when validating code quality, before commits, or preparing for deployment.

2025-10-24
elixir-test-runner
소프트웨어 품질 보증 분석가·테스터

Run ExUnit tests with smart filtering, debugging options, and proper error reporting. Use when running tests, debugging failures, or validating specific test cases.

2025-10-24
phoenix-context-creator
소프트웨어 개발자

Create complete Phoenix contexts following best practices including bounded contexts, proper API design, and comprehensive testing. Use when designing new features or refactoring code into contexts.

2025-10-24
phoenix-generator
소프트웨어 개발자

Generate Phoenix resources (contexts, schemas, LiveViews, controllers) using mix phx.gen.* commands with best practices. Use when creating new Phoenix resources, contexts, or LiveView components.

2025-10-24