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)

  1. Click a card: start with Scan the current project, find potential bugs and propose minimal fixes..
  2. Check context: confirm Work in Folder and Choose Services at the bottom.
  3. 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 Start
  • skills: Skills
  • automations: 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 to sparkles.
  • 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 Prompt is empty or whitespace-only, so it gets skipped.
  • Icon not applied: icon contains invalid characters, system falls back to sparkles.
  • ID renamed: duplicate IDs are auto-suffixed to ensure uniqueness.
  • Empty automations cards: check whether text under automations is empty.

Next

Share feedbackLast updated: Mar 6, 2026
Was this page helpful?YesNo