production-git
Production Git
Apply every rule below whenever branching, committing, merging, releasing, or deploying code.
When to Apply
- Creating a new branch for a feature, bug fix, or refactor
- Writing commit messages
- Opening or reviewing pull requests
- Preparing a release or deployment
- Handling production incidents requiring hotfixes or rollbacks
- Tagging versions or managing semver
- Reviewing or advising on git workflow
Quick Reference
More from nkartik94/agentic-skills
production-python
Production-grade Python coding conventions for modules, classes, functions, Pydantic models, SQLAlchemy models, and tests. Use this skill when writing new Python files, modifying existing Python code, creating data models, setting up project structure, or reviewing Python code for best practices. Triggers on any task involving Python source files (.py), test files, notebooks, or project scaffolding.
14production-react
Production-grade React coding conventions for components, hooks, TypeScript, state management, data fetching, testing, and accessibility. Use this skill when writing React components, creating custom hooks, setting up project structure, managing state, writing tests, or reviewing React code for production readiness. Triggers on any task involving .tsx/.jsx files, React hooks, component libraries, or frontend architecture.
1