assessment
Installation
SKILL.md
Application Assessment
This skill performs application assessment for a single repository. It supports Java, .NET, and JavaScript/TypeScript projects.
Input Parameters
workspace-path(optional): Path to the project to assess. Defaults to the current directory (repository root) when not specified. All assessment outputs are written relative to this path (e.g.{workspace-path}/.github/modernize/assessment/reports/report-{reportId}/report.json). For a repository with multiple sub-projects, pass the sub-project directory path so that each sub-project's outputs are isolated.
When to Use This Skill
Use this skill when you need to:
- Assess a Java or .NET application for cloud readiness and migration issues
- Assess a JavaScript/TypeScript project for outdated dependencies and available updates
- Generate detailed assessment reports with issue analysis and recommendations
- Understand application dependencies, frameworks, and potential migration blockers