Quick Prompts
No need to keep hand-writing prompts. In Tentarc, Quick Prompts are not just a saved prompt list — they are executable task entry points: one click to run, reusable results.
What you get immediately
- Code quality outputs: find potential issues and get minimal-fix suggestions.
- Collaboration outputs: generate PR descriptions and improvement suggestions automatically.
- Management visualization outputs: generate progress boards, dependencies, and TODOs.
Start with these three cards first (matching the app, click to copy):
Run your first one in 3 minutes (zero learning curve)
- Click a card: start with
Scan the current project, find potential bugs and propose minimal fixes.. - Check context: confirm
Work in FolderandChoose Servicesat the bottom. - Send directly: press Enter, get the first version of results, then iterate with more constraints.
After execution, you get actionable output (issue locations + fix suggestions + next actions), not just a chat reply.
From personal efficiency to team assets (Settings + JSON)
Open Settings → Quick Prompts to turn personal experience into team templates.
Storage location
- default:
~/.tentarc/quick-prompts.json - custom:
$TENTARC_CONFIG_DIR/quick-prompts.json
Three groups (matching UI tabs)
normal: Quick Startskills: Skillsautomations: Automations
Three key fields (most edited in the editor)
- ID: stable identifier, recommend
kebab-case; duplicates get auto-suffixed. - Icon: icon keyword, only
a-z / 0-9 / -; invalid values fall back tosparkles. - Prompt: prompt body; empty text is skipped and won’t be saved.
Common icon values: search / pr / layout-dashboard / target / brain / flask / wand-sparkles / file / globe / rocket.
High-frequency in-page operations
- Left panel supports search filtering by
id / icon / text. - Right panel supports one-click
Duplicate(auto-generates a new ID). - Click the trash icon to delete an entry.
Common failure cases (self-serve in 1 minute)
- Saved but missing: usually
Promptis empty or whitespace-only, so it gets skipped. - Icon not applied:
iconcontains invalid characters, system falls back tosparkles. - ID renamed: duplicate IDs are auto-suffixed to ensure uniqueness.
- Empty automations cards: check whether
textunderautomationsis empty.
Next
Share feedbackLast updated: Mar 6, 2026