-
Notifications
You must be signed in to change notification settings - Fork 46
Inline repo-audit-analyzer workflow content #13609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR inlines the repo-audit-analyzer agent instructions directly into the workflow, removes the separate agentics file, and updates surrounding metadata and docs to match the new workflow name and structure. It also prepares a dedicated Go module and Dependabot configuration for workflow-related dependencies and makes a small lockfile alignment for a docs-testing workflow.
Changes:
- Inlined the full Repository Audit & Agentic Workflow Opportunity Analyzer prompt into
.github/workflows/repo-audit-analyzer.mdand deleted.github/agentics/repo-audit-analyzer.md. - Updated the generated lockfile
.github/workflows/repo-audit-analyzer.lock.ymland documentation references to use the new, fully expanded workflow name. - Added a
go.modfor workflow-related Go code plus a matching Dependabot gomod entry, and aligned thedaily-multi-device-docs-testerlockfile to the standard MCP gateway image version used elsewhere.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/src/content/docs/reference/frontmatter-full.md |
Tweaks example field names and tightens comments in the projects frontmatter reference without changing semantics. |
docs/src/content/docs/agent-factory-status.mdx |
Updates the display name and badge alt text for the analyzer workflow row to the new full workflow name. |
.github/workflows/repo-audit-analyzer.md |
Replaces the previous runtime-import directive with the full analyzer prompt content, making the workflow self-contained. |
.github/workflows/repo-audit-analyzer.lock.yml |
Regenerated to reflect the new long-form workflow name in name, run-name, metadata, and environment variables. |
.github/workflows/go.mod |
Initializes a minimal Go module (github.com/github/gh-aw-workflows-deps) for workflow-related Go dependencies. |
.github/workflows/daily-multi-device-docs-tester.lock.yml |
Adjusts the gh-aw-mcpg container image tag to v0.0.94, matching the version used consistently across other workflows. |
.github/dependabot.yml |
Adds a gomod update configuration scoped to /.github/workflows so Dependabot can manage the new workflows Go module separately from the root module. |
.github/agentics/repo-audit-analyzer.md |
Removes the now-redundant agentics prompt file after its content was inlined into the main workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔍 PR Triage ResultsCategory: refactor | Risk: low | Priority: 55/100 Scores Breakdown
📋 Recommended Action: auto_mergeSimple refactoring that inlines workflow content without changing functionality. CI is passing (clean mergeable state), the change is straightforward, and there's no risk to existing behavior. This is an ideal candidate for auto-merge as it's a low-risk cleanup that improves workflow self-containment. Triaged by PR Triage Agent on 2026-02-04T00:35:56Z
|
The
repo-audit-analyzerworkflow used{{#runtime-import agentics/repo-audit-analyzer.md}}to load instructions at runtime from a separate file. This change inlines the content directly into the workflow.Changes
.github/agentics/repo-audit-analyzer.md.github/agentics/repo-audit-analyzer.mdrepo-audit-analyzer.lock.ymlwith inlined contentBefore
After
Workflow functionality unchanged, now self-contained.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.