docs: fix broken skill reference in mcp-config.md (#933)#954
Merged
tamirdresher merged 1 commit intodevfrom Apr 12, 2026
Merged
docs: fix broken skill reference in mcp-config.md (#933)#954tamirdresher merged 1 commit intodevfrom
tamirdresher merged 1 commit intodevfrom
Conversation
42c0e0e to
2d785dc
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Removes a broken documentation reference to a non-existent MCP skill file from the Squad agent templates and MCP configuration templates.
Changes:
- Removed the
.squad/skills/mcp-tool-discovery/SKILL.mdreference fromsquad.agent.mdtemplates. - Removed the same broken reference from
mcp-config.mdtemplates acrosstemplates/andpackages/*/templates/. - Updated the
.github/agents/squad.agent.mdcopy to match the new template text.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| templates/squad.agent.md.template | Drops the broken MCP skill link from the “MCP Integration” callout. |
| templates/mcp-config.md | Removes the broken MCP skill reference from the config doc header section. |
| packages/squad-sdk/templates/squad.agent.md.template | Mirrors the agent template change for the SDK template set. |
| packages/squad-sdk/templates/mcp-config.md | Mirrors the config doc change for the SDK template set. |
| packages/squad-cli/templates/squad.agent.md.template | Mirrors the agent template change for the CLI template set. |
| packages/squad-cli/templates/mcp-config.md | Mirrors the config doc change for the CLI template set. |
| .squad-templates/squad.agent.md | Updates the canonical agent template to remove the broken reference. |
| .squad-templates/mcp-config.md | Updates the canonical MCP config template to remove the broken reference. |
| .github/agents/squad.agent.md | Updates the GitHub agent doc copy to remove the broken reference. |
Removes references to non-existent .squad/skills/mcp-tool-discovery/SKILL.md across all template and configuration files. Closes #933 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2d785dc to
7682c7b
Compare
Collaborator
Author
|
✅ CI passes on fork — diberry/squad PR #146 (all checks green). Copilot review feedback addressed. Ready for human review. |
tamirdresher
pushed a commit
that referenced
this pull request
Apr 21, 2026
Removes references to non-existent .squad/skills/mcp-tool-discovery/SKILL.md across all template and configuration files. Closes #933 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Closes #933
Removes references to the non-existent .squad/skills/mcp-tool-discovery/SKILL.md
across all template and configuration files, restoring user trust in our
documentation.
Changes:
and packages/ directories