Skip to content

dommangetnicolas/review-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Copy (Chrome Extension)

Copies a message like Ready to review (<feature>): <LINK_TO_PR> from a GitHub Pull Request page when you click the extension icon.

  • Feature is extracted from PR title if formatted like feat(carousel): Implement ...carousel.
  • If no scope in the title, it omits the feature: Ready to review: <LINK_TO_PR>.

Build

npm install
npm run build

The build outputs dist/background.js.

Load in Chrome

  1. Open chrome://extensions.
  2. Enable Developer mode.
  3. Click "Load unpacked" and select this project folder (it must contain manifest.json).

Usage

  • Navigate to a GitHub PR page.
  • Click the extension icon.
  • The message is copied to your clipboard.

Notes

  • Works on URLs matching https://github.com/*/*/pull/*.
  • Clipboard is written from the page context for reliability.

About

Chrome extension to copy a review-ready message from GitHub PR pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published