Ai Rigor Infra
Infrastructure rigor for a single task. Use when creating or updating IaC, validating existing resources, preparing deployment or maintenance scripts, checking security baselines, or producing infra readiness sign-off. Reads repo standards from .ai-rigor/ when present.
Ai Rigor Qa
Quality assurance rigor for validating a single task. Use when testing UI/API acceptance criteria, documenting defects with reproducible evidence, retesting fixes, or issuing QA pass/fail sign-off before release. Reads repo standards from .ai-rigor/ when present.
Ai Rigor Review
LLM-first code review — accepts a PR link (GitHub/ADO), commit range, or file path. Reviews for security, performance, quality, and correctness with minimal context extraction. Reads team standards from .ai-rigor/standards.md.
Python
A Claude skill from DivyaHemantCareer/ai-engineering-rigor.
Ai Rigor Dev
Development execution rigor for a single task. Use when implementing features, fixes, refactors, architecture/design updates, or unit tests and when the user wants a production-ready dev handoff. Reads repo standards from .ai-rigor/ when present.
Ai Rigor Release
Release execution rigor for the current repository. Use when planning release builds, validating QA/Infra readiness, deploying to test stage, coordinating production approval, smoke testing, or documenting rollback. Reads repo standards from .ai-rigor/ when present.
Ai Rigor Security
Security rigor for secure-by-default implementation and security best-practice reviews. Use when the user explicitly asks for security guidance, a security review/report, hardening, or secure coding help for Python, JavaScript/TypeScript, or Go. Reads language/framework references and repo standards from .ai-rigor/ when present.
Ai Rigor Commit
Analyze commit message quality — check conventional commit format, scope/file alignment, and suggest rewrites. Reads team config from .ai-rigor/config.yml.
Ai Rigor Deps
Audit dependency changes for security risk — unpinned versions, known vulnerabilities, unnecessary packages. Reads allowed packages from .ai-rigor/config.yml.
Commit Quality
A Claude skill from DivyaHemantCareer/ai-engineering-rigor.
Ai Rigor Coverage
Analyze changed Python functions and identify missing test coverage — suggest specific test cases. Reads ignore patterns from .ai-rigor/config.yml.