Skip to content

remove agents#18

Merged
JohnLudlow merged 1 commit into
mainfrom
remove-agents
Apr 9, 2026
Merged

remove agents#18
JohnLudlow merged 1 commit into
mainfrom
remove-agents

Conversation

@JohnLudlow

@JohnLudlow JohnLudlow commented Apr 9, 2026

Copy link
Copy Markdown
Owner

[pr-size-override]

Copilot AI review requested due to automatic review settings April 9, 2026 23:26

Copilot AI left a comment

Copy link
Copy Markdown

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 removes GitHub Copilot “agents”, most “skills”, and the entire .github/prompts/ collection, likely to reduce or eliminate custom Copilot automation/configuration stored in the repo.

Changes:

  • Deleted the entire .github/agents/ directory (FeaturePlanner/FeatureImplementer/ImplementationDocumenter/FeatureTester).
  • Deleted multiple .github/skills/* skill definitions (including Microsoft Learn MCP–based skills) and associated reference material.
  • Deleted the entire .github/prompts/ directory (various reusable prompt templates).

Reviewed changes

Copilot reviewed 57 out of 57 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/skills/refactor/SKILL.md Deleted refactor skill definition.
.github/skills/prd/SKILL.md Deleted PRD skill definition.
.github/skills/nuget-manager/SKILL.md Deleted NuGet package management skill definition.
.github/skills/microsoft-skill-creator/SKILL.md Deleted Microsoft skill creator definition.
.github/skills/microsoft-skill-creator/references/skill-templates.md Deleted Microsoft skill template reference content.
.github/skills/microsoft-docs/SKILL.md Deleted Microsoft Docs (Learn MCP) skill definition.
.github/skills/microsoft-code-reference/SKILL.md Deleted Microsoft code reference (Learn MCP) skill definition.
.github/skills/markdown-to-html/references/writing-mathematical-expressions.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/writing-mathematical-expressions-to-html.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/tables.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/tables-to-html.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/pandoc.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/marked.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/jekyll.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/hugo.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/gomarkdown.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/collapsed-sections.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/collapsed-sections-to-html.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/code-blocks.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/code-blocks-to-html.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/basic-markdown.md Deleted markdown-to-html reference doc.
.github/skills/markdown-to-html/references/basic-markdown-to-html.md Deleted markdown-to-html reference doc.
.github/skills/implementation-doc-update/SKILL.md Deleted implementation documentation update skill definition.
.github/skills/implementation-doc-review/SKILL.md Deleted implementation documentation review skill definition.
.github/skills/github-issues/SKILL.md Deleted GitHub Issues management skill definition.
.github/skills/github-issues/references/templates.md Deleted issue template reference content for GitHub Issues skill.
.github/prompts/csharp-xunit.prompt.md Deleted prompt template.
.github/prompts/csharp-mcp-server-generator.prompt.md Deleted prompt template.
.github/prompts/csharp-docs.prompt.md Deleted prompt template.
.github/prompts/create-technical-spike.prompt.md Deleted prompt template.
.github/prompts/create-spring-boot-kotlin-project.prompt.md Deleted prompt template.
.github/prompts/create-spring-boot-java-project.prompt.md Deleted prompt template.
.github/prompts/create-specification.prompt.md Deleted prompt template.
.github/prompts/create-readme.prompt.md Deleted prompt template.
.github/prompts/create-oo-component-documentation.prompt.md Deleted prompt template.
.github/prompts/create-llms.prompt.md Deleted prompt template.
.github/prompts/create-implementation-plan.prompt.md Deleted prompt template.
.github/prompts/create-github-pull-request-from-specification.prompt.md Deleted prompt template.
.github/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md Deleted prompt template.
.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md Deleted prompt template.
.github/prompts/create-github-issue-feature-from-specification.prompt.md Deleted prompt template.
.github/prompts/create-github-action-workflow-specification.prompt.md Deleted prompt template.
.github/prompts/create-architectural-decision-record.prompt.md Deleted prompt template.
.github/prompts/create-agentsmd.prompt.md Deleted prompt template.
.github/prompts/convert-plaintext-to-md.prompt.md Deleted prompt template.
.github/prompts/breakdown-test.prompt.md Deleted prompt template.
.github/prompts/breakdown-plan.prompt.md Deleted prompt template.
.github/prompts/breakdown-feature-prd.prompt.md Deleted prompt template.
.github/prompts/breakdown-feature-implementation.prompt.md Deleted prompt template.
.github/prompts/breakdown-epic-pm.prompt.md Deleted prompt template.
.github/prompts/breakdown-epic-arch.prompt.md Deleted prompt template.
.github/agents/implementation-doc.md Deleted agent definition.
.github/agents/feature-tester.md Deleted agent definition.
.github/agents/feature-plan.md Deleted agent definition.
.github/agents/feature-implement.md Deleted agent definition.
Comments suppressed due to low confidence (3)

.github/agents/feature-plan.md:1

  • This PR deletes the .github/agents/ directory, but .github/copilot-instructions.md (and custom-instructions/repo/.github/copilot-instructions.md) still claims agents exist and lists their names. Please update those instruction files (or adjust PR scope/title) so repository guidance matches the new structure.
    .github/skills/refactor/SKILL.md:1
  • This PR removes the refactor skill, but .github/copilot-instructions.md (and custom-instructions/repo/.github/copilot-instructions.md) still lists refactor (and other removed skills like prd, nuget-manager, microsoft-docs, microsoft-code-reference, etc.) as available. Please update those instruction files in the same PR to avoid stale guidance.
    .github/prompts/create-readme.prompt.md:1
  • Despite the PR title "remove agents", this change also deletes the entire .github/prompts/ directory and most .github/skills/ content. Please align the PR title/description with the actual scope (or split into separate PRs) to make review/history clearer.

@JohnLudlow
JohnLudlow merged commit a0039b3 into main Apr 9, 2026
18 of 19 checks passed
@JohnLudlow
JohnLudlow deleted the remove-agents branch April 9, 2026 23:34
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