Merged
Conversation
- Add copilot-setup-steps.yml (Go 1.22, build + test) - Trim AGENTS.md from 227 to 93 lines (dedup terminal rules) - Add go-developer and prettify agent profiles - Add devlake-api-patterns skill - Add Related Repositories section to AGENTS.md
Contributor
There was a problem hiding this comment.
Pull request overview
This PR establishes GitHub Copilot agent infrastructure by creating specialized agent definitions, a skills file for API patterns, and a workflow to validate the agent setup environment. It refactors the terminal output documentation from AGENTS.md into a dedicated instruction file, keeping AGENTS.md as a high-level overview with quick references.
Changes:
- Created two agent definition files (prettify and go-developer) to provide specialized context for different AI coding tasks
- Added a new skills file documenting DevLake REST API patterns and cross-repository references
- Introduced a GitHub Actions workflow to validate the agent setup environment (Go installation, dependencies, build, and tests)
- Refactored AGENTS.md to move detailed terminal output rules to
.github/instructions/terminal-output.instructions.mdwhile adding a "Related Repositories" section
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Refactored to reference external instruction file for terminal output rules; added "Related Repositories" section with MCP tool usage guidance; kept emoji quick-reference table |
| .github/workflows/copilot-setup-steps.yml | New workflow to validate agent setup environment with Go 1.22, dependency download, build, and test execution |
| .github/skills/devlake-api-patterns/SKILL.md | New skill documenting DevLake REST API patterns, generic typed helpers, endpoint conventions, and cross-repo references |
| .github/agents/prettify.agent.md | New agent definition for terminal UX specialist focused on enforcing output formatting rules |
| .github/agents/go-developer.agent.md | New agent definition for general-purpose Go development with architecture awareness and validation checklist |
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.
No description provided.