Commit Graph

5 Commits

Author SHA1 Message Date
Leo
e6cc0f4c6a feat: add migration-architect POWERFUL-tier skill 2026-02-16 13:48:47 +00:00
Leo
612f2a63fc merge: resolve conflict with dev, keep POWERFUL-tier SKILL.md
Kept our SKILL.md (POWERFUL-tier, 669 lines) over the codex-synced version.
Accepted all new files from dev (additional scripts, references, assets).
2026-02-16 13:13:28 +00:00
Alireza Rezvani
538582fa16 Merge pull request #196 from alirezarezvani/feature/tech-debt-tracker
feat: Add tech-debt-tracker POWERFUL-tier skill
2026-02-16 14:10:18 +01:00
Leo
b374a74290 feat: add api-design-reviewer POWERFUL-tier skill
- SKILL.md with REST conventions, OpenAPI validation, versioning strategies
- api_linter.py: OpenAPI/endpoint lint with naming, method, error format checks
- breaking_change_detector.py: compare API versions, detect breaking changes
- api_scorecard.py: grade API design (A-F) across 5 dimensions
- References, sample data, expected outputs included
- Zero external dependencies, Python stdlib only
2026-02-16 13:06:10 +00:00
Leo
91af2a883a feat: Add tech-debt-tracker POWERFUL-tier skill
Complete technical debt management system with three interconnected tools:

• debt_scanner.py - AST-based Python analysis + regex patterns for multi-language debt detection
• debt_prioritizer.py - Multiple prioritization frameworks (CoD, WSJF, RICE) with sprint planning
• debt_dashboard.py - Historical trend analysis, health scoring, and executive reporting

Features:
- 15+ debt types detected (complexity, duplicates, security, architecture, etc.)
- Business impact analysis with ROI calculations
- Health scoring (0-100) with trend forecasting
- Executive and engineering stakeholder reports
- Zero external dependencies, stdlib only
- Comprehensive documentation and sample data

Addresses: tech debt identification, prioritization, tracking, and stakeholder communication
2026-02-16 13:00:55 +00:00