Home/Tools/@tpmjs/tools-performance-review-draft

performanceReviewDraftTool

@tpmjs/tools-performance-review-draft

Structures performance review from achievements and feedback into formal review format with constructive framing. Includes achievements, growth areas, development goals, and optional performance rating.

Official
hr
v0.1.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
achievements must contain at least 1 item(s)

Last checked: 2/28/2026, 3:58:26 AM

Interactive Playground

Test @tpmjs/tools-performance-review-draft (performanceReviewDraftTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-performance-review-draft
pnpm add @tpmjs/tools-performance-review-draft
yarn add @tpmjs/tools-performance-review-draft
bun add @tpmjs/tools-performance-review-draft
deno add npm:@tpmjs/tools-performance-review-draft

2. Import the tool

import { performanceReviewDraftTool } from '@tpmjs/tools-performance-review-draft';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { performanceReviewDraftTool } from '@tpmjs/tools-performance-review-draft';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { performanceReviewDraftTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Signature

(period: string, feedback: string[], achievements: string[], rating?: string) => Promise<unknown>

Tags

achievements
ai
constructive
draft
feedback
formal
format
framing
hr
management
performance
performance-review
review
structures
tpmjs

Parameters

Available configuration options

Auto-extracted
achievements
Required
Type: array

Key achievements during the review period

feedback
Required
Type: array

Feedback points and areas for improvement

period
Required
Type: string

Review period (e.g., "Q4 2024", "Annual 2024", "H1 2025")

rating
Optional
Type: string

Performance rating (exceeds-expectations, meets-expectations, needs-improvement, unacceptable)

Schema extracted: 2/28/2026, 3:58:26 AM

README

ERROR: No README data found!

Statistics

Downloads/month

3

GitHub Stars

0

Quality Score

71%

Bundle Size

NPM Keywords

tpmjs
hr
ai
performance-review
feedback
management

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai