with one click
add-to-project
Add a GitHub issue to a project board using gh project item-add
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add a GitHub issue to a project board using gh project item-add
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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