development_workflows

Fullstack Development Workflows

Content Preview
# Fullstack Development Workflows

Complete development lifecycle workflows from local setup to production deployment.

---

## Table of Contents

- [Local Development Setup](#local-development-setup)
- [Git Workflows](#git-workflows)
- [CI/CD Pipelines](#cicd-pipelines)
- [Testing Strategies](#testing-strategies)
- [Code Review Process](#code-review-process)
- [Deployment Strategies](#deployment-strategies)
- [Monitoring and Observability](#monitoring-and-observability)

---

## Local Developme
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/development_workflows.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-fullstack/references/development_workflows.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-fullstack/references/development_workflows.md

Related Skills