بنقرة واحدة
create-skill
Create a new SKILL.md file based on a guided conversation about a task or workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new SKILL.md file based on a guided conversation about a task or workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use the correct AWS CLI profile when running AWS commands based on the target environment.
Analyze code changes between two local Git branches and perform a comprehensive code review. Use ONLY for local git branch comparisons. Do NOT use when a GitLab or GitHub MR/PR URL or MR ID is provided — use gitlab-cli or github-cli skill instead.
Analyze code changes to prepare conventional commit message and commit to a new branch.
Create optimized, secure, production-ready Dockerfiles based on user requirements and application context.
Create a detailed upgrade plan for a Helm release managed by Terraform, comparing the current and desired chart versions including breaking changes and required code changes.
Perform GitHub operations on GitHub using the gh CLI. Use for issues, pull requests, pipelines, repositories, and project management. ALSO use this skill when asked to review a GitHub PR — when a GitHub PR URL or PR ID is provided, use gh to fetch and review the diff instead of the code-review skill.
| name | create-skill |
| description | Create a new SKILL.md file based on a guided conversation about a task or workflow. |
Run this skill when asked to create a new skill from a conversation or description of a task.
Ask the user only these two questions:
1. What specific task or problem do you want this skill to solve?
2. What are the specific instructions and guidelines for this task?
Wait for the user's answers before proceeding.
Derive a short, lowercase, hyphenated skill name from the task description (e.g. deploy-lambda, check-postgres-health).
Ask the user which AI agent they are using, then use the corresponding path:
| Agent | Skill path |
|---|---|
| Claude Code | .claude/skills/<skill-name>/SKILL.md |
| GitHub Copilot | .github/skills/<skill-name>/SKILL.md |
| Other | skills/<skill-name>/SKILL.md |
Create the directory if it does not exist:
mkdir -p <path-to-skill-dir>
Use the template below, filling in all <...> placeholders based on the user's answers.
---
name: <skill-name>
description: <One-liner description of what this skill does.>
---
# <Skill Title>
Run this skill when asked to <task statement>.
## Step 1 — <First step title>
<Instructions for the first step.>
## Step 2 — <Second step title>
<Instructions for the second step.>
...
## Rules
- <Rule 1>
- <Rule 2>
After writing the file, show the user the generated SKILL.md content and the path where it was saved. Ask if any adjustments are needed.