Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

The repo-audit-analyzer workflow 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

  • Replaced runtime-import directive with full 740-line content from .github/agentics/repo-audit-analyzer.md
  • Deleted .github/agentics/repo-audit-analyzer.md
  • Regenerated repo-audit-analyzer.lock.yml with inlined content

Before

---
# ... frontmatter ...
---

{{#runtime-import agentics/repo-audit-analyzer.md}}

After

---
# ... frontmatter ...
---

# Repository Audit & Agentic Workflow Opportunity Analyzer

You are a repository audit specialist...
# (full 740 lines of content)

Workflow functionality unchanged, now self-contained.

Original prompt

Merge the markdown in .github/agentics/repo-audit-analyzer.md into the agentic workflow repo-audit-analyzer.md and delete the agentics .md file


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 3, 2026 23:51
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>
Copilot AI changed the title [WIP] Merge markdown from agentics into workflow repo Inline repo-audit-analyzer workflow content Feb 4, 2026
Copilot AI requested a review from pelikhan February 4, 2026 00:00
@pelikhan pelikhan marked this pull request as ready for review February 4, 2026 00:09
Copilot AI review requested due to automatic review settings February 4, 2026 00:09
Copy link
Contributor

Copilot AI left a 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.md and deleted .github/agentics/repo-audit-analyzer.md.
  • Updated the generated lockfile .github/workflows/repo-audit-analyzer.lock.yml and documentation references to use the new, fully expanded workflow name.
  • Added a go.mod for workflow-related Go code plus a matching Dependabot gomod entry, and aligned the daily-multi-device-docs-tester lockfile 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.

@pelikhan pelikhan merged commit 6f186d8 into main Feb 4, 2026
134 checks passed
@pelikhan pelikhan deleted the copilot/merge-markdown-files branch February 4, 2026 00:42
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

🔍 PR Triage Results

Category: refactor | Risk: low | Priority: 55/100

Scores Breakdown

  • Impact: 25/50 - Refactoring to inline runtime-import directive; 764 additions, 764 deletions across 8 files; makes workflow self-contained; functionality unchanged; removes external dependency
  • Urgency: 15/30 - Created 0.8 hours ago; not draft (ready for review); 4 commits; 0 comments; assigned to pelikhan; clean refactoring without breaking changes
  • Quality: 15/20 - CI clean (mergeable_state: clean); ready for review; clear description with before/after examples; balanced changeset (equal additions/deletions); workflow functionality unchanged

📋 Recommended Action: auto_merge

Simple 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

AI generated by PR Triage Agent

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