Fix MCP paths, enable Insiders API, make copilot instructions rule-based#1037
Merged
Fix MCP paths, enable Insiders API, make copilot instructions rule-based#1037
Conversation
- Created INDEX.md cataloging all skills by category - Created 4 Security skills (secure development, access control, data classification, cryptography) - Created 3 Architecture skills (C4 modeling, security architecture, documentation portfolio) - Created 3 Quality skills (HTML/CSS best practices, accessibility WCAG, SEO optimization) - Created 2 Deployment skills (AWS S3/CloudFront, GitHub Actions CI/CD) - Created 2 Compliance skills (ISO 27001, GDPR) - All skills include YAML frontmatter, explicit rules, code examples, ISMS policy references - Skills aligned with Hack23 ISMS-PUBLIC policies and best practices Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
…ISMS compliance, MCP Insiders, enforcement rules - ✅ ALL 8 agents updated with 4-5 new sections each - ✅ Skills Integration: 14-skill library fully integrated - ✅ ISMS Compliance: 6 frameworks + 12-document portfolio - ✅ GitHub MCP Insiders: Advanced Copilot features (task-agent) - ✅ Rules & Enforcement: Explicit MUST/MUST NOT + autonomy guidance - ✅ Created comprehensive summary: AGENT_IMPROVEMENTS_SUMMARY.md - ✅ ~2,100 lines added across all agents (~262 per agent) - ✅ Agent-specific customization for each role - ✅ Discordian creeds for George, Hagbard, Simon Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
…kills integration Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update agent skills and documentation based on best practices
Implement comprehensive skills library and enhance agents with ISMS compliance framework
Jan 31, 2026
…tions with skills/agents integration Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
Implement comprehensive skills library and enhance agents with ISMS compliance framework
Fix MCP paths, enable Insiders API, make copilot instructions rule-based
Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request implements a major enhancement to the GitHub Copilot ecosystem for the Hack23 Homepage repository by:
- Fixing MCP configuration paths and enabling Insiders API access
- Converting Copilot instructions from guidelines to explicit rules with skills/agents integration
- Adding 14 production-ready skills covering Security, Architecture, Quality, Deployment, and Compliance
- Updating all 8 custom agents with comprehensive skills integration, ISMS compliance, and autonomy guidance
- Documenting the complete ecosystem in README.md
Changes:
- MCP configuration: Fixed filesystem/git paths, added Insiders API URL, fixed typo
- Copilot instructions: +164 lines of rule-based guidance, skills integration, "Ask Less, Complete More" framework
- README: +53 lines documenting skills library and custom agents
- Skills library: 14 new skills (~5,500 lines) with MUST/MUST NOT rules, examples, compliance mapping
- Custom agents: Updated 8 agents (~2,100 lines) with skills integration, ISMS compliance, rules enforcement
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/copilot-mcp.json | Fixed paths from /workspaces to actual runner path, added Insiders API URL, fixed secret reference typo |
| .github/copilot-instructions.md | Added 164 lines: skills integration, agent delegation, explicit rules, pre-commit validation, "Ask Less Complete More" framework |
| README.md | Added 53-line GitHub Copilot section documenting 14 skills and 8 agents with navigation links |
| .github/skills/ | 14 new production-ready skills with MUST/MUST NOT rules, code examples, ISMS policy references, compliance mapping |
| .github/agents/ | Updated 8 agents with skills integration, ISMS compliance, rules enforcement, autonomy guidance (~260 lines each) |
Member
|
@copilot repo agents can not have mcp servers configured at all, remove. |
…feedback Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Contributor
Author
|
pethers
approved these changes
Jan 31, 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.



MCP Configuration and Documentation Updates - COMPLETE ✅
All Requirements Addressed ✅
1. Fix MCP Configuration (
.github/copilot-mcp.json) ✅/workspacesto/home/runner/work/homepage/homepage/workspacesto/home/runner/work/homepage/homepage"GITHUB_API_URL": "https://api.githubcopilot.com/mcp/insiders"to GitHub MCP env"${{ secrets. COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN }}"(removed extra space before COPILOT)2. Update Copilot Instructions (
.github/copilot-instructions.md) ✅3. Update Project README ✅
4. Remove MCP Server Config from Agent Documentation ✅
AGENT_IMPROVEMENTS_SUMMARY.mdImplementation Summary
Files Modified: 4 (latest: 1)
.github/copilot-mcp.json- 27 changes (paths, Insiders API, typo fix).github/copilot-instructions.md- +206 lines (comprehensive enhancement)README.md- +53 lines (skills and agents sections).github/agents/AGENT_IMPROVEMENTS_SUMMARY.md- Removed MCP config documentationTotal Impact: +266 lines, -53 lines (MCP config removal)
Key Benefits
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.