remove agents#18
Merged
Merged
Conversation
There was a problem hiding this comment.
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(andcustom-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
refactorskill, but.github/copilot-instructions.md(andcustom-instructions/repo/.github/copilot-instructions.md) still listsrefactor(and other removed skills likeprd,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.
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.
[pr-size-override]