https://github.com/software-mansion-labs/revuer
https://github.com/software-mansion-labs/revuer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/software-mansion-labs/revuer
- Owner: software-mansion-labs
- Created: 2023-02-01T18:07:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T12:55:03.000Z (over 2 years ago)
- Last Synced: 2025-02-03T12:48:30.499Z (4 months ago)
- Language: TypeScript
- Size: 990 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Code Review Stats
Show statistics about Code Reviews on GitHub.
### User Stories
As a **reviewer**, I want to:
- determine if my reviews are consistently too strict or too lenient, in order to avoid extremes.
- assess if my reviews are detailed enough, in order to decide if I need to spend more time on them.
- be informed if I am slower in responding to code reviews compared to other reviewers, so I can improve my speed.
- avoid integrating this tool into CI, so I have the option to use the utility anonymously.
- be aware of the number of code reviews performed by each reviewer, in order to make informed decisions about my own workload.
- use this tool with any major code hosting platform.As a **manager**, I want to:
- identify if there are any reviewers exhibiting bias towards specific developers, in order to understand and resolve the issue.
- gain insight into how my team operates, in order to have context during interactions with developers.
- compare different repositories, to evaluate teams between each other.
- find aggressive conversations (semantic analysis), to understand and resolve the root cause.