Skip to content

Add migration assessment artifacts and remove temporary assessment context#19

Draft
Copilot wants to merge 3 commits into
app-modernize-20260521033712from
copilot/run-core-assessment-one-more-time
Draft

Add migration assessment artifacts and remove temporary assessment context#19
Copilot wants to merge 3 commits into
app-modernize-20260521033712from
copilot/run-core-assessment-one-more-time

Conversation

Copy link
Copy Markdown

Copilot AI commented May 21, 2026

This PR runs the repository assessment workflow and checks in the generated, versioned assessment report under .github/modernize/assessment. It also applies the required post-run cleanup by removing transient assessment context content from .github/modernize.

  • Assessment output captured

    • Added the generated report at:
      • .github/modernize/assessment/reports/report-20260521033925/report.json
    • This preserves the assessment result as a versioned artifact for review.
  • Required cleanup applied

    • Removed .github/modernize/ccacontext after executing its cleanup script.
    • Removed temporary skill/context files introduced for the assessment job.
  • Force-include behavior respected

    • Assessment artifacts under .github/modernize/assessment were force-added so generated outputs are included even if ignored by default.
  • Artifact layout

    .github/modernize/
      assessment/
        reports/
          report-20260521033925/
            report.json
    
Original prompt

Task: Assess the application

Run core assessment

Use the 'assessment' skill to analyze the application and generate the assessment report.
This skill runs AppCAT (Azure Migrate application and code assessment) to detect migration issues.

Commit and PR instructions

Before committing, use 'git add -f .github/modernize/assessment' to force-add the assessment outputs under that directory so they are included in the pull request even if a .gitignore file would otherwise exclude them.. Only the files that were actually generated will be staged.

When creating the PR, propose a proper title, but DO NOT contain any tool/tech stack on it, e.g. 'Assessing project with AppCAT' is not good as AppCAT is one of the assessing tool.


After the job is complete, clean the context by following the steps below silently, without any output to the execution summary:

  • Running the cleanup script will remove the skills and context files added for this job from the repository.
.github/modernize/ccacontext/cleanup.sh
  • Remove the ccacontext folder .github/modernize/ccacontext from the repository as it's no longer needed.
  • Make sure the changes in the folder '.github/modernize' and its subfolders are force committed

This pull request contains changes made by the Modernization Cloud Agent.

Copilot AI changed the title [WIP] Generate assessment report for application Add migration assessment artifacts and remove temporary assessment context May 21, 2026
Copilot AI requested a review from qianwens May 21, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants