Add brag-sheet skill — turn forgotten work into review bullets#1428
Add brag-sheet skill — turn forgotten work into review bullets#1428aaronpowell merged 4 commits intogithub:stagedfrom
Conversation
🔍 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)) ``` |
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.
Is that just in the session that you install in, or does it never load? Regardless, it sounds like something that should be raised as a bug on https://github.com/github/copilot-cli (if it's not already there). It's good to merge as it is, but do you want to review if the plugin workflow does work on a terminal restart? |
|
Good call — I tested after terminal restart too and it still doesn't load the extension from \installed-plugins/. The CLI only discovers extensions from ~/.copilot/extensions//extension.mjs\ and .github/extensions//extension.mjs, not from the plugin install path. I'll file a bug on github/copilot-cli. For now the manual install (\install.sh\ / \install.ps1) works fine and the skill is standalone useful without it. Thanks for the review! |
605f23e to
1755fae
Compare
|
Hey @aaronpowell — I rebased onto latest |
|
@all-contributors add @vidhartbhatia for skill |
|
I couldn't determine any contributions to add, did you specify any contributions? |
…b#1428) * Add brag-sheet skill — work impact writer for performance reviews * polish: improve skill with frontmatter, fallbacks, cross-platform guidance * improve skill with routing table, anti-patterns, evidence ladder, gotchas * trim skill to reduce token count, run npm start to update docs
|
@all-contributors add @vidhartbhatia for content |
|
I've put up a pull request to add @vidhartbhatia! 🎉 |
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.