jonesie/Michael – Build Log Analyser

Run Michael against a .NET build log to analyse issues, rank them by impact, and optional AI-assisted fixes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputPath to the build log file to analyse (required).yes
outputDirectory to write report files. Defaults to "michael-output".nomichael-output
analyse-onlyWhen "true", parse and analyse only – do not generate fix scripts.nofalse
limitMaximum number of ranked issues to include in the report.no""
limitfixfilesMaximum number of distinct files to include in generated fix prompts (passes --limitfixfiles).no""
configPath to a CLI JSON config file (michael.config.json).no""
template-filePath to a fix-script template file. When provided, a temporary config is generated that points to this template, overriding the default or any file supplied via the "config" input. no""
clear-existing-outputWhen "true", automatically clear existing files in the output directory.notrue
versionMichael release tag to install (e.g. "v1.0.0"). Use "latest" to fetch the most recent release. nolatest
namedescription
archivePath to the tar.gz archive containing the Michael output directory.
output-dirPath to the Michael output directory.
issues-jsonPath to the issues.json file inside the output directory.