Skip to content

Add skill field support to team member profiles#2

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/check-if-skill-is-used
Draft

Add skill field support to team member profiles#2
Copilot wants to merge 2 commits into
masterfrom
copilot/check-if-skill-is-used

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 20, 2026

Team member profile pages had no way to surface skills — the profile layout only rendered social/academic links.

Changes

  • _layouts/profile.html: Renders a skill list from front matter beneath the profile header when present; no-op if the field is absent, so existing profiles are unaffected.
  • _team/ilias.md, _team/jingshuai.md: Added skill lists as usage examples.

Usage

---
title: "Jane Smith"
skill:
  - Computer Vision
  - Machine Learning
  - Medical Imaging
---

Produces a <div class="profile__skills"> block with each entry wrapped in a <span class="skill__tag">.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: YuyangXueEd <96156160+YuyangXueEd@users.noreply.github.com>
Copilot AI changed the title [WIP] Add skill usage verification Add skill field support to team member profiles Feb 20, 2026
Copilot AI requested a review from YuyangXueEd February 20, 2026 15:05
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