Skip to content

feat(skills): add build-fix skill#854

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/build-fix-skill-801
Mar 22, 2026
Merged

feat(skills): add build-fix skill#854
JeremyDev87 merged 1 commit intomasterfrom
feat/build-fix-skill-801

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add build-fix skill to packages/rules/.ai-rules/skills/build-fix/SKILL.md
  • Iron Law: "Minimal diff, no architecture changes — fix what's broken, nothing more"
  • 4-phase systematic approach: Read Error → Identify Root Cause → Minimal Fix → Verify
  • Error classification covering TypeScript, Import, Dependency, Config, and Syntax errors
  • Scope Guard mechanism for verifying diff minimality
  • Red Flags and Common Rationalizations tables to prevent scope creep
  • v2.0 frontmatter with user-invocable: true

Test plan

  • markdownlint validation passed (0 errors)
  • Skill follows codingbuddy pattern (consistent with systematic-debugging)
  • All TASK.md acceptance criteria verified in EVAL phase

Closes #801

- Minimal diff, no architecture changes Iron Law
- 4-phase approach: Read Error, Identify Root Cause, Minimal Fix, Verify
- Error classification: TypeScript, Import, Dependency, Config, Syntax
- Scope Guard for verifying diff stays minimal
- Red Flags and Common Rationalizations tables

Closes #801
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 1:46am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 7ceb7c5 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/build-fix-skill-801 branch March 22, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): add build-fix skill

1 participant