rezonarc/Unify Repo

Copilot repo enrichment: explains codebase, aggregates .github sub-dirs, scaffolds CI, test coverage, integration plan.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token used for API calls and (optionally) creating a pull request. Defaults to the built-in GITHUB_TOKEN. no${{ github.token }}
workspaceAbsolute path to the root of the repository to enrich. Defaults to the current GitHub Actions workspace. no${{ github.workspace }}
stepsComma-separated list of enrichment steps to execute. Allowed values: explain, tests, plan Default: all three steps. noexplain,tests,plan
create-prWhen "true", commits all generated changes to a new branch and opens a pull request against the repository's default branch. notrue
pr-branchBranch name used when create-pr is "true".nocopilot/unify-repo
commit-messageCommit message used when create-pr is "true".nochore: apply unify-repo enrichment
overwriteWhen "true", overwrite previously generated files (CODEBASE.md, INTEGRATION_PLAN.md, ENRICHMENT_REPORT.md, generated CI workflow). When "false" (default), skip files that already exist. nofalse
namedescription
report-pathWorkspace-relative path to the generated enrichment report (ENRICHMENT_REPORT.md).
changes-made"true" if any files were created or modified by this action.
pr-urlURL of the pull request that was created (only set when create-pr is "true" and a PR was actually opened).