一键导入
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