Loading...
Loading...
Found 9 Skills
Prepare commits and pull requests for this repo following the PR template and Conventional Commits.
Add a new feature with design, TDD, and PR workflow
Git workflow patterns for commits, branching, PRs, and history management across heterogeneous repositories. Use when creating commits, managing branches, opening pull requests, or rewriting history. Do not use for non-git implementation tasks or repo-specific release policy decisions without repository documentation.
Fix a bug with systematic debugging, TDD, and PR workflow
Emergency fix — minimal change, fast PR, no design overhead
Эксперт CONTRIBUTING.md. Используй для open source guidelines, PR процессов и contributor onboarding.
Ship a change via a feature branch and pull request — never directly to the default branch. Use after any code change, fix, refactor, or docs update that needs to land on main. Branches are named `<card-number>` from the FluentBoards card. Commits go through the husky pre-commit hook (lint-staged); pushes go to the feature branch only; the PR body links back to the card. Hard refuses any push to main / master / trunk.
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Generación de materiales de incorporación: setup local, mapa del codebase, plan de primera semana, guía del equipo.