com um clique
add-to-project
Add a GitHub issue to a project board using gh project item-add
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Add a GitHub issue to a project board using gh project item-add
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Create a new GitHub issue following QAuth project conventions using gh issue create
Create a pull request following QAuth conventions with gh pr create
Baseado na classificação ocupacional SOC
| name | add-to-project |
| description | Add a GitHub issue to a project board using gh project item-add |
| disable-model-invocation | true |
Add an issue to a GitHub Project board. See github-conventions for repo and
gh CLI basics.
# Ensure project scope is authorized
gh auth refresh -s project
Add issues to the appropriate GitHub Project.
gh project list --owner qauth-labs
gh project item-add {project_number} \
--owner qauth-labs \
--url https://github.com/qauth-labs/qauth/issues/{issue_number}
gh project item-list {project_number} --owner qauth-labs
gh project item-add