BMAD tool/output split and per-app artifact convention for Middle Earth
carrot-foundation/middle-earth
SkillsMP has collected 21 skills from carrot-foundation/middle-earth. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 21
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 21 of 21 collected skills.
Run Middle Earth quality gates (lint, test, build) without committing. Runs AI instruction checks when .ai/ files are affected.
Commit Changes
Create Branch
Create Pull Request
Structured debugging workflow for errors, test failures, build issues, and unexpected behavior in the Middle Earth monorepo.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when you hit failures that need root-cause analysis.
End-to-end workflow to ship code changes as a PR. Creates branch, runs quality gates, commits changes, and creates PR.
Review pull requests for quality, correctness, and adherence to Middle Earth project standards.
Git branch naming conventions aligned with Conventional Commits
Code comment guidelines for all languages
Code preservation rules - never delete or revert code without explicit approval
Middle Earth code style conventions (TypeScript/JavaScript)
Conventional Commit message standards with Middle Earth scopes
Markdown documentation standards
Pull request description format and content standards
Pull request workflow and quality standards
Middle Earth testing baseline guidelines (unit tests with Jest)
Middle Earth TypeScript baseline guidelines (compiler, modules, best practices)
Run and write Jest unit tests following Middle Earth patterns.
Validates completed work. Use after tasks are marked done to confirm implementations are functional and meet project standards.