Add peer review skill with quick and full modes#9
Merged
Merged
Conversation
Add new /work-chronicler-mgmt-write-peer-review skill that supports both
quick one-off peer reviews and comprehensive evidence-based reviews.
Key features:
- Quick mode: Interactive Q&A without requiring report setup
- Full mode: Evidence-based reviews with work-log data and notes
- Template support: Paste company templates (Rarely/Sometimes/Consistently)
- Interactive workflow: Guides through questions, collects examples
- Prose synthesis: Converts ratings into natural narrative paragraphs
- Flexible output: Saves to outputs/ (quick) or reports/{id}/outputs/ (full)
Also adds comprehensive skills documentation:
- documentation/available-skills.md: Detailed guide for all skills
- Updates README.md to link to documentation files
- Cross-references with manager-mode.md guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new peer review skill (
/work-chronicler-mgmt-write-peer-review) with support for both quick one-off reviews and comprehensive evidence-based reviews.Key Features
Quick Mode (No Setup Required)
outputs/peer-review-{name}-{date}.mdFull Mode (With Supporting Data)
work-chronicler reports add <id> --skip-fetchreports/{id}/outputs/peer-review-{date}.mdInteractive Workflow
Documentation
Also adds comprehensive skills documentation:
documentation/available-skills.md- Detailed guide for all AI skillsREADME.mdto link to documentation filesmanager-mode.mdguideFiles Changed
.agent/skills/work-chronicler-mgmt-write-peer-review/skill.md- New peer review skilldocumentation/available-skills.md- Comprehensive skills documentationREADME.md- Added documentation linksTest Plan