Workspace

Templates

Use built-in templates for code review, debugging, refactoring, and more. Create and manage custom templates.

5 min readWorkspaceUpdated 2026

What are Templates?

Templates are reusable prompt patterns that help you get consistent, high-quality results from the AI for common development tasks.

Accessing Templates

Open the Templates panel from the sidebar to browse available templates.

Available Templates

TemplateDescription
Code ReviewAnalyze code for quality, security, and best practices
DebugDiagnose and fix issues in your code
ExplainGet detailed explanations of code logic
RefactorImprove code structure without changing behavior
DocumentGenerate documentation for functions and classes
TestCreate unit tests for your code
API DesignDesign and review API endpoints
Database SchemaDesign or review database schemas
ArchitecturePlan and review system architecture
Code GenerationGenerate new code from requirements

Custom Templates

You can create custom templates by adding markdown files to your workspace. FiveForge discovers and loads them automatically from the templates directory.