بنقرة واحدة
create-issue
Create GitHub issues using gh-issue-sync
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create GitHub issues using gh-issue-sync
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Créer un nouveau projet Node.js avec PostgreSQL (raw SQL, migrations, conteneur Podman) basé sur les préférences de Stéphane Klein. Use when user wants to create a Node.js project with PostgreSQL, migrations, or raw SQL.
Initialize ADR/agents/docs infrastructure in a project
Génère le template (template/), le script generate.sh, le vars-example.yaml, et le SKILL.md d'un projet à partir d'un projet source existant. Use when user wants to create a project scaffolding template from an existing project.
Conventions HTTP API de Stéphane Klein — nommage, verbes, codes, pagination, erreurs, versioning, HATEOAS, filtres, embedding, upload, OpenAPI. Utiliser lors de la création, modification ou review d'une API HTTP.
Gère la todo list de Stéphane via la banque mémoire hindsight `todo` et le sous-agent `@todo`. Use when user says: ajoute à ma todo, marque comme fait, liste mes tâches, supprime une tâche, bloque/débloque une tâche, quelles sont mes priorités, importe ça dans ma todo, ou colle un bloc de texte contenant plusieurs tâches.
Guide pour la création de nouveaux skills
| name | create-issue |
| description | Create GitHub issues using gh-issue-sync |
Always use this skill when user asks to create, manage, or work with GitHub issues.
Load gh-issue-sync skill first: Use skill gh-issue-sync tool to load the skill
Gather information from user:
Create local file in .issues/open/:
T<hash>-<short-title>.mdPublish: Use gh-issue-sync push to publish the issue
User: Create an issue for feature X
You: I'll create that issue using gh-issue-sync.
[skill gh-issue-sync]
[Write .issues/open/T1a2b3c-feature-x.md with frontmatter and body]
[Run gh-issue-sync push]
gh issue create directlygh-issue-sync list - List local issuesgh-issue-sync pull - Fetch latest from remotegh-issue-sync diff <number> - Show changes