Skip to content

Add copilot-brag-sheet plugin — continuous work tracking for Copilot CLI sessions#1425

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

Add copilot-brag-sheet plugin — continuous work tracking for Copilot CLI sessions#1425
vidhartbhatia wants to merge 1 commit intogithub:stagedfrom
vidhartbhatia:add-copilot-brag-sheet-plugin

Conversation

@vidhartbhatia
Copy link
Copy Markdown

@vidhartbhatia vidhartbhatia commented Apr 17, 2026

⚠️ On hold — reassessing contribution format

We're evaluating whether to submit this as:

  1. External plugin (plugins/external.json) — current approach, but copilot plugin install won't load our joinSession() extension, which could confuse users
  2. Hook contribution (hooks/work-log-tracker/) — lightweight session logger that's natively installable, with a link to the full extension for richer functionality

The repo has moved to the Microsoft org: https://github.com/microsoft/copilot-brag-sheet (MIT, public, OSMP compliant).

Will update this PR once we've decided the right path. Feedback from maintainers on the preferred approach is very welcome!


What copilot-brag-sheet does

A Copilot CLI extension that continuously tracks every AI coding session into a structured work impact log — capturing files edited, PRs created, and git actions. Say "brag" to save an accomplishment, "review my work" to see your log.

Install (extension-based, not plugin-based)

curl -sL https://raw.githubusercontent.com/microsoft/copilot-brag-sheet/main/install.sh | bash

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vidhartbhatia
Copy link
Copy Markdown
Author

Closing this — after testing, copilot plugin install does not load joinSession() extensions (tools don't appear, hooks don't fire). Listing in external.json would create a broken install experience for users.

Submitting a skill instead in a separate PR — standalone useful for writing impact statements, with a link to the full extension for automatic tracking.

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.

1 participant