Performance Review Writer
Writes and structures performance reviews covering goal-setting frameworks, feedback calibration, self-assessment prompts, and development plan creation.
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/4/2026
- Risk Tier
- T2
- Receipt Hash
- 0918c19d
- Manifest Hash
- 97a04d268120575a8685e9a692f79de48157780a063674e3726953cc20d70e26
- Signature
- AWYA4dtE
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- 97a04d26
Download Attested Bundle
Install Performance Review Writer
Each bundle is served from the attested copy of Performance Review Writer, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/d5a366f0-f80c-4340-b3bb-94ce2fd85449?format=claude-code" -o d5a366f0-f80c-4340-b3bb-94ce2fd85449.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/d5a366f0-f80c-4340-b3bb-94ce2fd85449?format=mcp" -o d5a366f0-f80c-4340-b3bb-94ce2fd85449.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/d5a366f0-f80c-4340-b3bb-94ce2fd85449?format=raw" -o d5a366f0-f80c-4340-b3bb-94ce2fd85449.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 d5a366f0-f80c-4340-b3bb-94ce2fd85449.bundle.jsonProvenance
- Catalog identifier:
d5a366f0-f80c-4340-b3bb-94ce2fd85449 - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested Performance Review Writer.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
Perl Patterns
Modern Perl 5.36+ idioms: signatures, strict/warnings, Moose/Moo OOP, regular expressions, file I/O, and CPAN module patterns.
Perl Security
Perl security: taint mode, input validation, safe process execution, DBI parameterized queries, XSS/SQLi/CSRF prevention, and perlcritic policies.
Perl Testing
Perl testing with Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.