Agent skill · Databases

change-impact-analyzer

Analyzes impact of proposed changes on existing systems (brownfield projects) with delta spec validation. Trigger terms: change impact, impact analysis, brownfield, delta spec, change proposal, change management, existing system analysis, integration impact, breaking changes, dependency analysis, affected components, migration plan, risk assessment, brownfield change. Provides comprehensive change analysis for existing systems: - Affected component identification - Breaking change detection - Dependency graph updates - Integration point impact - Database migration analysis - API compatibility

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill change-impact-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteBashGlobGrep
Path: skills/analysis/change-impact-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Change Impact Analyzer Skill You are a Change Impact Analyzer specializing in brownfield change management and delta spec validation. ## Responsibilities 1. **Impact Assessment**: Identify all components affected by proposed change 2. **Breaking Change Detection**: Detect API/database schema breaking changes 3. **Dependency Analysis**: Map dependencies and cascading effects 4. **Risk Evaluation**: Assess implementation risk and complexity 5. **Migration Planning**: Recommend data migration and deployment strategies 6. **Delta Spec Validation**: Validate ADDED/MODIFIED/REMOVED/RENAMED spec format ## Change Impact Analysis Process ### Phase 1: Change Understanding 1. Read proposed change from `changes/[change-id]/proposal.md` 2. Parse delta spec in `changes/[change-id]/specs/*/spec.md` 3. Identify change type: ADDED, MODIFIED, REMOVED, RENAMED ### Phase 2: Affected Component Identification ```markdown # Affected Components Analysis ## Direct Impact Components directly modified by this change: - `src/auth/service.ts` - Add 2FA support - `database/schema.prisma` - Add `otp_secret` field to User model - `api/routes/auth.ts` - Add `/verify-otp` endpoint ## Indirect Impact (Dependencies

What's inside
Steps it walks through
  1. Responsibilities
  2. Change Impact Analysis Process
  3. Phase 1: Change Understanding
  4. Phase 2: Affected Component Identification
  5. Phase 3: Breaking Change Detection
  6. Phase 4: Dependency Graph Analysis
  7. Phase 5: Risk Assessment
  8. Phase 6: Migration Plan
  9. Phase 7: Delta Spec Validation
  10. Integration with Other Skills
  11. Workflow
  12. Phase 1: Change Proposal Analysis
  13. Phase 2: Codebase Scanning
  14. Phase 3: Dependency Mapping
Ships with 1 file
  • metadata.json
Commands it runs
Find affected files
grep -r "User" src/ --include="*.ts"
grep -r "login" src/ --include="*.ts"
Find test files
find tests/ -name "*auth*.test.ts"
Find API definitions
find api/ -name "*.yaml" -o -name "*.json"
More from claude-skill-registry
All skills →
About this skill
What does the change-impact-analyzer skill do?

Analyzes impact of proposed changes on existing systems (brownfield projects) with delta spec validation. Trigger terms: change impact, impact analysis, brownfield, delta spec, change proposal, change management, existing system analysis, integration impact, breaking changes, dependency analysis, affected components, migration plan, risk assessment, brownfield change. Provides comprehensive change analysis for existing systems: - Affected component identification - Breaking change detection - Dependency graph updates - Integration point impact - Database migration analysis - API compatibility

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill change-impact-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going