Skip to content

Add GET /skills endpoint to Flask app#5

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-skills-feature
Draft

Add GET /skills endpoint to Flask app#5
Copilot wants to merge 2 commits intomainfrom
copilot/add-skills-feature

Conversation

Copy link

Copilot AI commented Mar 18, 2026

Implements a GET /skills endpoint on the workshop Flask app, returning a structured JSON list of GitHub Copilot skills and capabilities.

Changes

  • app/app.py: Adds /skills route returning {"skills": [...]} where each entry has name and description fields covering: Code Completion, Code Chat, Refactoring, Test Generation, Bug Fixing, Documentation, Agent Mode, Custom Instructions, Prompt Files, and Custom Chat Modes.
{
  "skills": [
    { "name": "Code Completion", "description": "Real-time inline code suggestions as you type." },
    { "name": "Agent Mode", "description": "Autonomous multi-step task execution across files and tools." },
    ...
  ]
}
Original prompt

/skills

Created from VS Code.


💡 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.

Co-authored-by: huangyingting <24954047+huangyingting@users.noreply.github.com>
Copilot AI changed the title [WIP] Add skills feature to user profile Add GET /skills endpoint to Flask app Mar 18, 2026
Copilot AI requested a review from huangyingting March 18, 2026 07:26
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