Add brag-sheet skill — turn forgotten work into review bullets#1428
Open
vidhartbhatia wants to merge 4 commits intogithub:stagedfrom
Open
Add brag-sheet skill — turn forgotten work into review bullets#1428vidhartbhatia wants to merge 4 commits intogithub:stagedfrom
vidhartbhatia wants to merge 4 commits intogithub:stagedfrom
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [brag-sheet] 📊 brag-sheet: 2,922 BPE tokens [chars/4: 2,959] (standard ~), 30 sections, 6 code blocks [brag-sheet] ⚠ Skill is 2,922 BPE tokens (chars/4 estimate: 2,959) — approaching "comprehensive" range where gains diminish. ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new brag-sheet skill to the skills/ catalog, aimed at helping developers produce impact-first accomplishment entries and backfill work history for performance reviews.
Changes:
- Introduces a new
skills/brag-sheet/skill with guidance for writing “impact-first” entries. - Adds backfill workflows leveraging git history, Copilot CLI session-state, and GitHub PR history.
- Documents an optional integration with the external
copilot-brag-sheetextension for automatic tracking.
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.
Pull Request Checklist
npm startand verified thatdocs/README.skills.mdis up to date.stagedbranch for this pull request.Description
Quick context: I previously tried submitting this as an external plugin (#1420, #1425). #1420 was rejected because the repo was in my personal account — I've since moved it to
microsoft/copilot-brag-sheet. #1425 I closed myself after discovering thatcopilot plugin installdoesn't actually loadjoinSession()extensions. So I'm submitting the core value as a standalone skill instead — no install required, works out of the box.I built this because I kept forgetting what I shipped by the time review season came around.
This skill helps turn half-remembered work into solid review notes — impact-first bullets you can drop straight into a review doc. It can pull context from git history, PRs, and Copilot CLI session logs, then group things by category (PRs, bug fixes, infra, oncall, docs, etc.).
The session log angle is the part I cared about most. I use Copilot CLI a lot, and that history is usually the missing piece when I'm trying to reconstruct a week I forgot to write down.
There's also a companion extension (copilot-brag-sheet) for automatic tracking, but the skill works fine on its own.
Trigger phrases
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.