sdlc

SKILL.md

Software Development Lifecycle

This skill provides guidance on the software development lifecycle, with emphasis on code review and iterative improvement.

Code Review Process

All significant code changes require 3 sequential code reviews, each followed by refactoring.

Process

  1. Review Phase: Conduct a thorough code review, documenting findings
  2. Refactor Phase: Make changes based on the review findings
  3. Repeat: Pass the refactored code to the next reviewer

Each subsequent reviewer sees the refactored code from the previous cycle.

Review Criteria

Each review should evaluate:

Installs
2
First Seen
Mar 23, 2026
sdlc from smithery.ai