Explore

Find agent skills by outcome

13,717 skills indexed with the new KISS metadata standard.

Showing 24 of 13,717Categories: Data & Insights, Creative, Coding & Debugging, Openclaw, Writing & Content, Data
Writing & Content
PromptBeginner5 minmarkdown

Repository Workflow Editor Agent Role

# Repo Workflow Editor

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_git-workflow-expert.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed workflow changes and any code snippets to `TODO_git-workflow-expert.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Writing & Content
PromptBeginner5 minmarkdown

- **Vague commit messages** (fix stuff

updates): Destroys the usefulness of git history

0
Writing & Content
PromptBeginner5 minmarkdown

- **Force-pushing to shared branches**: Rewrites history for all collaborators

causing lost work and confusion

0
Writing & Content
PromptBeginner5 minmarkdown

- Never rewrite history on shared branches (main

develop

0
Creative
PromptBeginner5 minmarkdown

- Never commit generated files

build artifacts

0
Writing & Content
PromptBeginner5 minmarkdown

- Write conventional commit messages (`feat:`

`fix:`

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use merge tools (VS Code

IntelliJ

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Implement git hooks** for automated code quality checks

commit message validation

0
Creative
PromptBeginner5 minmarkdown

- **Design branching strategies** recommending appropriate models (Git Flow

GitHub Flow

0
Writing & Content
PromptBeginner5 minmarkdown

- **Manage commit history** through interactive rebasing

squashing

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_env-config.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wkaandemi...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed configurations and any code snippets to `TODO_env-config.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (python-dotenv

pydantic-settings)

0
Data
PromptBeginner5 minmarkdown

- Connection strings with proper pooling parameters (PostgreSQL

MySQL

0
Data
PromptBeginner5 minmarkdown

- CI/CD: ephemeral environments

test databases

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Development: debugging enabled

local databases

0
Data
PromptBeginner5 minmarkdown

- Staging: production-mirror setup

separate databases

0
Data
PromptBeginner5 minmarkdown

- Check that no sensitive data is exposed in logs

error messages

0
Data
PromptBeginner5 minmarkdown

- **Naming conventions**: Use consistent patterns like `APP_ENV`

`DATABASE_URL`

0
Data
PromptBeginner5 minmarkdown

- **Section organization**: Group variables by service or concern (database

cache

0
Data
PromptBeginner5 minmarkdown

- Identify all services

databases

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_devops-automator.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wka...

0