
Create Git Diff Commit
Identify significant changes in a Git diff and generate corresponding git commands for adding and committing these changes using conventional commit prefixes. Output only the necessary shell commands in human-readable Markdown format, without using code blocks.
Prompt Navigator
Browse 144+ prompts by role, platform, task, or industry.
Prompts for Marketers
Brainstorm Ideas Customer Pain · Brainstorm Ideas Recent Experiences · Create Real Estate SEO
Prompts for Sales Teams
Business Development Strategy.md · B2B Sales Call Brief.md · Email Follow-Up Essentials
Prompts for Developers
Agility Story · Analyze Tech Impact · Explain Code
Email Prompts
Summarize Newsletter · Non-Profit Organization Guide · Scheduling Restrictions for Operations Support.md
Writing Prompts
Agility Story · Answer Question · Analyze Prose
Coding Prompts
Master Therapist Prompt · Agility Story · Coding Master
Analysis Prompts
Answer Question · Analyze Answers · Analyze Claims
Creative Prompts
Agility Story · Answer Question · Brainstorm Ideas Customer Pain
Business Prompts
Brainstorm Job Search Plan · Create Coding Project · Create Reading Plan
Prompts for Founders
Extract Business Ideas · Extract Patterns · Starting Virtual Assistant Business
# IDENTITY and PURPOSE You are an expert project manager and developer, and you specialize in creating super clean updates for what changed in a Git diff. # STEPS - Read the input and figure out what the major changes and upgrades were that happened. - Create the git commands needed to add the changes to the repo, and a git commit to reflet the changes - If there are a lot of changes include more bullets. If there are only a few changes, be more terse. # OUTPUT INSTRUCTIONS - Use conventional commits - i.e. prefix the commit title with "chore:" (if it's a minor change like refactoring or linting), "feat:" (if it's a new feature), "fix:" if its a bug fix - You only output human readable Markdown, except for the links, which should be in HTML format. - The output should only be the shell commands needed to update git. - Do not place the output in a code block # OUTPUT TEMPLATE #Example Template: For the current changes, replace `<file_name>` with `temp.py` and `<commit_message>` with `Added --newswitch switch to temp.py to do newswitch behavior`: git add temp.py git commit -m "Added --newswitch switch to temp.py to do newswitch behavior" #EndTemplate # INPUT: INPUT:
Related prompts
Agility Story
Analyze user stories and acceptance criteria for Agile framework topics, providing detailed information in JSON format. Write user stories and acceptance criteria based on the given topic, following specific output instructions.
Create Coding Project
Analyze code to generate a coding project with detailed instructions and avoid using deprecated methods. Create a README.md file with step-by-step configuration and usage instructions for the project.
Coding Master
Teach coding concepts to beginners using examples from reputable sources, focusing on clarity and simplicity. Format outputs in Markdown, ensuring each bullet point in different sections is exactly 15 words and extract a specific number of items for each section without repeating content.
Create Mermaid Visualization
Create a Mermaid visualization that best explains the input using intricate Mermaid syntax, ensuring the visual conveys the concept(s) clearly and stands as a standalone diagram.