skills/specification_validation/SKILL.md
--- name: specification_validation router_kit: DevOpsKit description: Spec doğrulama, implementation karşılaştırma ve completeness kontrolü rehberi. metadata: skillport: category: quality tags: [architecture, automation, best practices, clean code, coding, collaboration, compliance, debugging, design patterns, development, documentation, efficiency, git, optimization, productivity, programming, project management, quality assurance, refactoring, software engineering, specification vali
npx skillsauth add vuralserhat86/antigravity-agentic-skills skills/specification_validationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Spec doğrulama ve completeness kontrolü rehberi.
| Dimension | Açıklama | Kontrol | |-----------|----------|---------| | Completeness | Tüm gereksinimler tanımlandı mı? | Eksik alan yok | | Consistency | Çelişen tanımlar var mı? | Tutarlılık | | Correctness | Gereksinimler doğru mu? | Domain doğruluğu | | Clarity | Belirsizlik var mı? | Net tanımlar | | Testability | Test edilebilir mi? | Measurable criteria |
- [ ] Tüm use case'ler tanımlandı mı?
- [ ] Error case'ler belirtildi mi?
- [ ] Edge case'ler düşünüldü mü?
- [ ] Acceptance criteria net mi?
- [ ] Dependencies tanımlandı mı?
- [ ] Non-functional requirements var mı?
## Spec Completeness Template
### 1. Overview
- [ ] Problem statement
- [ ] Goals ve objectives
- [ ] Success metrics
### 2. Functional Requirements
- [ ] User stories / use cases
- [ ] Input/output specifications
- [ ] Business rules
### 3. Non-Functional Requirements
- [ ] Performance requirements
- [ ] Security requirements
- [ ] Scalability requirements
### 4. Technical Details
- [ ] Architecture decisions
- [ ] API contracts
- [ ] Data models
### 5. Edge Cases & Errors
- [ ] Error handling
- [ ] Fallback behavior
- [ ] Validation rules
Missing: [Alan adı]
Impact: High / Medium / Low
Recommendation: [Önerilen aksiyon]
| Requirement | UI Spec | API Spec | DB Schema | Test Spec | |-------------|---------|----------|-----------|-----------| | User Login | ✅ | ✅ | ✅ | ⚠️ | | Password Reset | ✅ | ❌ | ⚠️ | ❌ |
## Conflict Report
**Conflict ID:** C-001
**Location:** API Spec vs UI Spec
**Description:**
- API: `email` field max 100 chars
- UI: `email` input allows 255 chars
**Resolution:** Align to 100 chars (API standard)
# Spec'te tanımlı endpoint'ler
grep -r "POST\|GET\|PUT\|DELETE" spec.md
# Kod'da mevcut endpoint'ler
grep -r "@Post\|@Get\|@Put\|@Delete" src/
# Karşılaştır
diff spec_endpoints.txt code_endpoints.txt
| Feature | Spec | Implemented | Tested | Notes | |---------|------|-------------|--------|-------| | Login | ✅ | ✅ | ✅ | | | Signup | ✅ | ✅ | ⚠️ | E2E test eksik | | Password Reset | ✅ | ❌ | ❌ | Backlog'da |
Specification Validation v1.1 - Enhanced
Kaynak: IREB Requirements Engineering & IEEE 29148 Standard
| Aşama | Doğrulama | |-------|-----------| | 1 | Her gereksinim atomik (tek bir şeyi ifade ediyor) mi? | | 2 | Doküman versiyon kontrolü altında mı? (Change Log var mı?). | | 3 | Gereksinimlerin öncelikleri (MoSCoW) belirlenmiş mi? |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.