Draft
AI-agent assisted catalog quality management via automated issue filing#136
Conversation
|
|
Copilot
AI
changed the title
[WIP] Implement AI agent for catalog quality management
AI-agent assisted catalog quality management via automated issue filing
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds scheduled GitHub Actions workflows that (1) auto-file catalog inspection errors as GitHub issues for AI-agent resolution, and (2) delegate savings-bank merger/closure news research to an AI agent — following the repo's existing "detect auto, human merges" philosophy from
SITE_HEALTH_WORKFLOW.md.Changes
.github/workflows/catalog-quality.yml— Runscheckimages.cs+catalogutil.csweekly / ondocs/push / manually. On findings, creates or updates a single deduplicated tracking issue (catalog-qualitylabel, max 1 open) embedding the full tool output and remediation steps; auto-closes it once clean. Optionalassign_copilotdispatch input assigns the issue to the Copilot coding agent..github/workflows/savings-bank-merger-watch.yml— Monthly (or manual) job that extracts all저축은행entries fromCatalog.xmland opens a self-contained research issue (savings-bank-merger-watchlabel) instructing an AI agent to investigate recent mergers/renames/closures against the catalog. Deduped per year-month by title.docs/CATALOG_QUALITY_WORKFLOW.md— Documents both flows, the AI-agent task instructions, and the automated-vs-human-approval boundary.README.md— Links the new workflows and doc under the quality-tooling section.Notes for reviewers
Id/DisplayNamechanges, merges) remain human-approved. Both workflows explicitly forbid auto-deletion.@copilotassignment andghissue automation depend on repo settings (Actionsissues: write, Copilot coding agent enabled); actual issue creation only exercises in the GitHub environment.