원클릭으로
add-to-project
Add a GitHub issue to a project board using gh project item-add
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a GitHub issue to a project board using gh project item-add
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
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