con un clic
add-to-project
Add a GitHub issue to a project board using gh project item-add
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Add a GitHub issue to a project board using gh project item-add
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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
Create a new GitHub issue following QAuth project conventions using gh issue create
Create a pull request following QAuth conventions with gh pr create
| 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