Skip to content

Add copilot-brag-sheet — auto-track AI coding sessions#1420

Closed
vidhartbhatia wants to merge 1 commit intogithub:stagedfrom
vidhartbhatia:add-copilot-brag-sheet
Closed

Add copilot-brag-sheet — auto-track AI coding sessions#1420
vidhartbhatia wants to merge 1 commit intogithub:stagedfrom
vidhartbhatia:add-copilot-brag-sheet

Conversation

@vidhartbhatia
Copy link
Copy Markdown

@vidhartbhatia vidhartbhatia commented Apr 16, 2026

Add copilot-brag-sheet — continuous work tracking for Copilot CLI

What is it?

copilot-brag-sheet is a Microsoft open-source Copilot CLI extension that continuously tracks your AI coding sessions into a structured work impact log. It runs in the background during every session — capturing files edited, PRs created, git actions — and lets you save notable accomplishments on the fly.

Repository

https://github.com/microsoft/copilot-brag-sheet (MIT licensed, Microsoft org)

How it differs from What-I-Did-Copilot

What-I-Did-Copilot copilot-brag-sheet
Approach Retroactive reports from session history Continuous real-time tracking + manual entries
Storage Generates HTML reports on demand Persistent JSON records with markdown rendering
Manual entries ✅ Say "brag" to save an accomplishment anytime
Ongoing tracking ✅ Hooks into every session automatically
Git version history ✅ Local git + optional remote sync
Dependencies Python Zero (Node.js only)

The two tools are complementary — What-I-Did generates polished impact reports, copilot-brag-sheet captures the raw work as it happens.

Quality

  • ✅ 107 tests passing
  • ✅ CI on 3 OSes × 3 Node versions (Ubuntu, macOS, Windows)
  • ✅ MIT licensed, Microsoft org
  • ✅ Zero runtime dependencies
  • ✅ OSMP compliant (CODE_OF_CONDUCT, SECURITY, SUPPORT, CLA)

Links

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 16, 2026 18:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds copilot-brag-sheet to the repository’s external plugins registry so it can be surfaced alongside other community plugins in generated marketplace/website metadata.

Changes:

  • Added a new external plugin entry for copilot-brag-sheet (metadata: description, version, links, keywords, license, source).
  • Minor formatting normalization in the existing skills-for-copilot-studio entry (indentation only).

Comment thread plugins/external.json
"description": "Auto-track AI coding sessions into a work impact log (brag sheet). Say 'brag' to save accomplishments, 'review my work' to see your log. Zero dependencies, local-first.",
"version": "1.0.0",
"author": {
"name": "Vidhart Bhatia"
@aaronpowell
Copy link
Copy Markdown
Contributor

We're currently not accepting plugins from non Microsoft/GitHub repos, you can learn more in our policy.

@vidhartbhatia
Copy link
Copy Markdown
Author

Thanks @aaronpowell! We've since migrated the repo to the Microsoft org — it's now at https://github.com/microsoft/copilot-brag-sheet (MIT licensed, OSMP compliant).

I've updated the PR description and the external.json entry to point to microsoft/copilot-brag-sheet. Happy to make any other changes needed to get this accepted.

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.

3 participants