Best use case
change-request-analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Analyze change request impacts on scope, schedule, and cost
Teams using change-request-analyzer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/change-request-analyzer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How change-request-analyzer Compares
| Feature / Agent | change-request-analyzer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Analyze change request impacts on scope, schedule, and cost
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Change Request Analyzer ## Overview The Change Request Analyzer skill provides comprehensive impact analysis for project change requests. It evaluates changes across the triple constraint (scope, schedule, cost) plus quality and risk, supporting informed decision-making by Change Control Boards and project governance. ## Capabilities ### Change Request Processing - Parse and categorize change requests - Classify by type (scope, schedule, cost, quality, requirements) - Assign priority and urgency levels - Track change request workflow status - Link to originating issues or requirements ### Impact Analysis - Calculate schedule impact of changes - Calculate cost impact of changes - Assess scope impact (WBS affected elements) - Evaluate quality implications - Identify risk impacts and new risks introduced ### Reporting and Presentation - Generate impact assessment reports - Create CCB presentation materials - Produce change request summaries - Build change log documentation - Generate approval workflow notifications ### Metrics and Analysis - Calculate change request approval metrics - Track change request volume trends - Analyze root causes of changes - Measure rework caused by changes - Report baseline change statistics ## Usage ### Input Requirements - Change request description - Current baseline data (scope, schedule, cost) - WBS and schedule structure - Resource assignments - Risk register ### Output Deliverables - Impact assessment report - Schedule impact analysis - Cost impact analysis - Scope impact matrix - CCB presentation package ### Example Use Cases 1. **Change Evaluation**: Assess change before CCB review 2. **What-If Analysis**: Model change scenarios 3. **Baseline Update**: Document approved change impacts 4. **Change Metrics**: Analyze change trends ## Process Integration This skill integrates with the following processes: - Change Control Management - earned-value-management.js - Risk Monitoring and Response Execution - Issue Management and Escalation ## Dependencies - Impact analysis algorithms - Workflow management utilities - Document generation libraries - Metrics calculation frameworks ## Related Skills - SK-004: EVM Calculator - SK-006: Risk Register Manager - SK-014: Issue Tracker
Related Skills
terraform-analyzer
Specialized skill for analyzing Terraform configurations. Supports parsing, security scanning (tfsec, checkov), cost estimation (infracost), drift detection, and plan visualization across AWS, Azure, and GCP.
db-query-analyzer
Analyze database query performance with execution plans and index recommendations
code-complexity-analyzer
Analyze code complexity metrics including cyclomatic complexity, code smells, and technical debt
cloudformation-analyzer
Validate and analyze AWS CloudFormation templates for security and best practices
semantic-code-analyzer
LLM-powered semantic analysis of code diffs to detect business-logic trojans
sast-analyzer
Static Application Security Testing orchestration and analysis. Execute Semgrep, Bandit, ESLint security plugins, CodeQL, and other SAST tools. Parse, prioritize, and deduplicate findings across multiple tools with remediation guidance.
crypto-analyzer
Cryptographic implementation analysis and validation for encryption algorithms, key sizes, and certificate management
semver-analyzer
Analyze code changes and determine semantic version bumps. Detect breaking changes automatically, suggest version bump (major/minor/patch), generate changelog entries, and validate version consistency.
request-debugger
HTTP request/response debugging and inspection tools
changelog-generator
Automated changelog generation from commits and PRs
api-diff-analyzer
Compare API specifications to detect breaking changes. Compare OpenAPI spec versions, categorize changes by severity, generate migration guides, and block breaking changes in CI.
process-analyzer
Analyze processes, identify workflows, define boundaries and scope, and map process requirements for specialization creation.