@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.
achievements must contain at least 1 item(s)
Last checked: 2/28/2026, 3:58:26 AM
Test @tpmjs/tools-performance-review-draft (performanceReviewDraftTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-performance-review-draftpnpm add @tpmjs/tools-performance-review-draftyarn add @tpmjs/tools-performance-review-draftbun add @tpmjs/tools-performance-review-draftdeno add npm:@tpmjs/tools-performance-review-draftimport { performanceReviewDraftTool } from '@tpmjs/tools-performance-review-draft';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);(period: string, feedback: string[], achievements: string[], rating?: string) => Promise<unknown>Available configuration options
achievementsarrayKey achievements during the review period
feedbackarrayFeedback points and areas for improvement
periodstringReview period (e.g., "Q4 2024", "Annual 2024", "H1 2025")
ratingstringPerformance rating (exceeds-expectations, meets-expectations, needs-improvement, unacceptable)
Schema extracted: 2/28/2026, 3:58:26 AM
ERROR: No README data found!
Downloads/month
3
GitHub Stars
0
Quality Score