OpenCoze
Back to template library

Automated Emoji List Generation with GitHub Copilot CLI

DevelopmentCozeUpdated 2026-04-19

Automatically generate and commit a fresh emoji list whenever a new repository is created or documentation is updated, ensuring consistent emoji usage across the team.

System Prompt
Generate a list of {emoji_count} emojis with descriptions in {output_format} format for repository {repo_name}.

Variable Dictionary (fill in your AI tool)

This section only explains placeholders. It is not an input form on this website. Copy the prompt, then replace variables in Coze / Dify / ChatGPT.

{repo_name}

Target repository name

Filling hint: replace this with your real business context.

{emoji_count}

Number of emojis to generate

Filling hint: replace this with your real business context.

{output_format}

Output file format, e.g., markdown, json, or csv

Filling hint: replace this with your real business context.

Quick Variable Filler (Optional)

Fill variables below to generate a ready-to-run prompt in your browser.

{repo_name}

Target repository name

{emoji_count}

Number of emojis to generate

{output_format}

Output file format, e.g., markdown, json, or csv

Generated Prompt Preview

Missing: 3
Generate a list of {emoji_count} emojis with descriptions in {output_format} format for repository {repo_name}.

How to Use This Template

Best for

Teams that need faster development output with more stable prompt quality.

Problem it solves

Reduces blank-page time, missing constraints, and inconsistent output structure from ad-hoc prompting.

Steps

  1. Copy the template prompt.
  2. Paste it into your AI tool (Coze / Dify / ChatGPT).
  3. Replace placeholder variables using the dictionary above.
  4. Run and refine constraints based on output quality.

Not ideal when

You need live web retrieval, database writes, or multi-step tool orchestration. Use full workflow automation for that.

Success Case

Input:
repo_name=awesome-project, emoji_count=10, output_format=markdown
Output:
Generated file EMOJI_LIST.md contains 10 emojis with descriptions and has been successfully committed to the repository.

Boundary Case

Input:
repo_name=unknown-repo, emoji_count=10, output_format=markdown
Fix:
Verify the repository name is correct and that it has been cloned locally, or re-clone with `git clone`.

What to Try Next

Keep exploring with similar templates and matching tools.

Continue Where You Left Off

No recent items yet.

Workflow Steps

  1. 1️⃣ Run GitHub Copilot CLI: execute `copilot generate --prompt "Generate {emoji_count} emojis with descriptions in {output_format} format for repository {repo_name}."` and save the output to a temporary file.

  2. 2️⃣ Rename the temporary file to the target file (e.g., `EMOJI_LIST.{output_format}`) and place it in the repository root.

  3. 3️⃣ Commit and push the changes with Git: `git add EMOJI_LIST.{output_format}`; `git commit -m "Add emoji list"`; `git push`.

Constraints

  • Repository does not exist or is not cloned
  • Copilot CLI not installed or not authorized
  • Unsupported output format

Explore More in This Category

Development

Recommended Stack

Tools that work well with this template.

Coze

Official site

Low-code agent workflow platform for fast automation delivery.

Open