بنقرة واحدة
github-issue
Create a GitHub issue from context or conversation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a GitHub issue from context or conversation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | github-issue |
| description | Create a GitHub issue from context or conversation |
| argument-hint | <issue description> |
Create a GitHub issue based on provided context or the current conversation.
<type>(<scope>): <summary>
type REQUIRED: feat, fix, docs, refactor, perf, test, chorescope OPTIONAL: affected area (e.g., api, auth, ui)summary REQUIRED: concise description, under 80 chars totalInclude relevant sections only:
gh issue create:
gh issue create --title "type(scope): summary" --body "$(cat <<'EOF'
Body content here...
EOF
)"
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation
Update the changelog for a new release
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)