بنقرة واحدة
create-issue
Create a new GitHub issue following QAuth project conventions using gh issue create
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new GitHub issue following QAuth project conventions using gh issue create
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Auth engine rules for QAuth. Use when working with CredentialProvider implementations, token claim generation, the provider registry, or the federation layer. Enforces the pluggable provider pattern and correct token claim behaviour.
OAuth 2.1 / OIDC rules for QAuth. Use when working with authorization endpoints, token flows, PKCE, JWKS, OIDC discovery, or spec compliance (RFC 9700, OIDC Core 1.0). Covers endpoint behaviour, email claim rules, and token security.
Database schema rules for QAuth. Use when working with the identity model, Drizzle ORM, migrations, repositories, or claim resolution. Reflects the CURRENT shipped schema — the identifier-abstraction model (ADR-002, IMPLEMENTED via Epic
Link GitHub issues in parent-child (sub-issue) relationships using GraphQL
Add a GitHub issue to a project board using gh project item-add
Create a pull request following QAuth conventions with gh pr create
| name | create-issue |
| description | Create a new GitHub issue following QAuth project conventions using gh issue create |
| disable-model-invocation | true |
Create a GitHub issue with gh issue create. For title format, the issue body
template, labels, and milestones, follow the github-conventions skill.
gh issue create \
--title "feat: {title}" \
--body "$(cat <<'BODY'
## Summary
{summary}
## Tasks
- [ ] {task1}
- [ ] {task2}
## Technical Details
{details}
## Acceptance Criteria
- [ ] {criterion1}
- [ ] {criterion2}
## References
- MVP-PRD.md
BODY
)" \
--label "enhancement" \
--milestone "MVP"
github-conventions for phases).gh issue create.