- Home
- Skills
- Vishalsachdev
- Claude Skills
- Vibe Coder Sdlc
vibe-coder-sdlc_skill
- Python
1
GitHub Stars
1
Bundled Files
3 weeks ago
Catalog Refreshed
2 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstart where the catalogue uses aiagentskills.
npx veilstart add skill vishalsachdev/claude-skills --skill vibe-coder-sdlc- SKILL.md10.7 KB
Overview
This skill provides a flexible SDLC orchestration that automates git workflows, intelligent language-aware code review, and project management so you can stay in flow while shipping quality code. It coordinates specialized agents for branch management, PRs, tech-stack-aware reviews, and GitHub issue and documentation updates without imposing rigid processes.
How this skill works
An orchestrator agent detects the repo tech stack and creates a plan. A git workflow agent manages feature branches, commits, pushes, PR creation, and merges. A code review agent runs language-specific checks (Python PEP 8, TypeScript/ESLint, Go patterns, etc.) and leaves review comments. A project manager agent updates GitHub issues, documentation, and PR summaries, and the orchestrator coordinates these steps end-to-end.
When to use it
- Starting a new feature or bug fix and wanting automatic branch and PR handling
- Needing an automated, language-aware code review before merging to main
- Working solo but wanting team-level SDLC practices without overhead
- Keeping documentation and GitHub issues in sync with code changes
- Managing multi-language microservices in a single PR
Best practices
- Keep PRs small and focused to speed review and reduce risk
- Write clear commit messages that explain why, not just what
- Run a quick self-review before invoking the review agent
- Update docs in the same PR to avoid drift
- Customize review strictness and automation settings per repo
Example use cases
- Add a UI feature: orchestrator creates feat/ branch, git agent opens PR, review agent checks TypeScript, PM agent updates README
- Fix a bug: git agent creates fix/ branch, user implements fix, review agent requests missing test, merge after approval
- Multi-language change: change Go backend and TypeScript frontend in one PR with stacked reviews per language
- First-time repo run: orchestrator auto-detects tech stack (package.json, requirements.txt, go.mod) and stores it for the session
- Lightweight team workflow: enforce reviews and changelog updates while allowing developers to stay focused on code
FAQ
Yes. Configure branchNaming, autoMerge, reviewRequired and other options in the sdlc-config file to match your workflow.
What if the review agent is too strict for my project?
Adjust the review rules or disable specific checks in the code review agent configuration to align with your team standards.