Favicon of dependency-analysis

dependency-analysis Skill

AI Agent SkillPowerShellOpen source

Analyzes script dependencies and cascading impact using the build system XML files. Use this skill when modifying shared functions, reviewing changes to Shared/ code, writing tests for scripts with dependencies, or assessing the blast radius of any code change. Published by microsoft in CSS-Exchange.

What is dependency-analysis Skill?

Analyzes script dependencies and cascading impact using the build system XML files. Use this skill when modifying shared functions, reviewing changes to Shared/ code, writing tests for scripts with dependencies, or assessing the blast radius of any code change. Published by microsoft in CSS-Exchange. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
77/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Data analysis
  • Writing
  • Testing use cases
  • Data analysis use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use dependency-analysis Skill

  • Use it for testing.
  • Use it for data analysis.
  • Use it for writing.

Built with

PowerShellCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/CSS-Exchange
  • Skill file: .github/skills/dependency-analysis/SKILL.md

What it does

Analyzes script dependencies and cascading impact using the build system XML files. Use this skill when modifying shared functions, reviewing changes to Shared/ code, writing tests for scripts with dependencies, or assessing the blast radius of any code change.

Skill instructions

Dependency Analysis CSS-Exchange scripts dot-source shared functions. Changes to a shared function cascade through multiple levels of dependents. The build system generates two XML files that are the authoritative source (when generated fresh by .build/Build.ps1): - dist/dependencyHashtable.xml — What each script imports (parent to child) - dist/dependentHashtable.xml — What depends on each script (child to parent) Generate fresh XML by running .build/Build.ps1 first. When to Use This - Before modifying any file in Shared/ — understand what breaks - During code review — verify callers handle changed shared function contracts - When writing tests — identify which scripts need test coverage for a change - When assessing risk — map the full blast radius of a proposed change Analysis Process 1. Identify the changed file(s) 2. Query the dependency XML to find direct callers 3. Walk the full cascade chain (all levels, not just direct callers) 4. Identify root/released scripts (entry points w

Explore related resources

Frequently asked questions

What is dependency-analysis?

dependency-analysis is a open-source AI agent skill with Copy skill directory. Analyzes script dependencies and cascading impact using the build system XML files.

Who is dependency-analysis best for?

dependency-analysis is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows, writing workflows.

How do I install dependency-analysis?

Install or run dependency-analysis using Copy skill directory. Check dependency-analysis for the latest setup command.

Is dependency-analysis actively maintained?

dependency-analysis may need a closer maintenance check before production use.

Share:

Stars
1,285
Forks
392
Last commit
9 days ago
Repository age
6 years
License
MIT

Auto-fetched from GitHub.

Similar to dependency-analysis