Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

authgear-server

authgear-server には authgear から収集した 17 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
17
Stars
1.9k
更新
2026-06-23
Forks
123
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

bootstrap-local-dev
ソフトウェア開発者

Set up a fresh authgear-server development environment from scratch. Use when onboarding a new contributor, setting up a new machine, or when the user says "set up local dev from scratch" / "first-time setup". Covers the asdf + Homebrew install path on macOS; Nix users should follow CONTRIBUTING.md directly.

2026-06-23
dep-audit
ソフトウェア品質保証アナリスト・テスター

Audit and fix dependency vulnerabilities in Go and Node.js packages. Runs govulncheck for Go and npm audit for each package.json directory. Commits fixes directory by directory.

2026-06-22
update-email-templates
ソフトウェア開発者

Update Authgear email templates using the correct source files, translation files, and commit order. Use when editing email wording, email structure, or subject lines.

2026-05-26
add-go-test
ソフトウェア品質保証アナリスト・テスター

Write or extend Go unit tests in this repo. Use when the user asks to add or update Go tests.

2026-05-13
write-implementation-plan
ソフトウェア開発者

Draft or update detailed implementation plans for authgear-server specs, design changes, and docs/plans files. Use when Codex needs to turn a spec or outdated plan into a concrete implementation plan with exact files, exact methods, runtime call flow, compatibility requirements, test coverage, and atomic commit steps.

2026-05-13
write-e2e-test
ソフトウェア品質保証アナリスト・テスター

Write end-to-end (e2e) tests for authgear-server. Use when the user asks to write, add, or create e2e tests. The tests live in e2e/tests/ and are YAML-driven.

2026-05-13
new-siteadmin-api
ソフトウェア開発者

Full pipeline for adding a new Site Admin API feature — from OpenAPI spec through implementation plan to working service. Use when adding a new endpoint or filling in real data for an existing stub.

2026-04-27
update-portal-ui
ウェブ開発者

Guidelines for updating or designing pages in the portal React frontend (portal/src). Covers component conventions, link rendering rules, i18n patterns, and common pitfalls.

2026-04-15
add-portal-admin-api-mutation
ソフトウェア開発者

Add a Portal Admin GraphQL mutation under portal/src/graphql/adminapi/mutations.

2026-04-14
add-portal-admin-api-query
ソフトウェア開発者

Add a Portal Admin GraphQL query under portal/src/graphql/adminapi/query.

2026-04-14
api-design
ソフトウェア開発者

Review or design APIs for Authgear. In review mode, evaluates a design draft against the checklist. In ideation mode, develops a design from a description and self-reviews it.

2026-04-14
portal-admin-api-graphql
ソフトウェア開発者

Deprecated alias for add-portal-admin-api-query and add-portal-admin-api-mutation.

2026-04-14
update-go-version
ソフトウェア開発者

Update the Go toolchain version across the repo.

2026-04-14
update-important-modules
ソフトウェア開発者

Refresh the repo's important Go modules when the dependency set drifts.

2026-04-14
update-vettedpositions
ソフトウェア開発者

Update .vettedpositions after harmless line-number moves in goanalysis output.

2026-04-14
generate-schemas-and-gentype
ソフトウェア開発者

Use when updating GraphQL schema or generated frontend types in authgear-server. Always regenerate checked-in schema/type artifacts with make export-schemas and portal npm run gentype instead of editing generated files by hand.

2026-04-14
add-portal-screen
ウェブ開発者

Add screens or components to the portal frontend. Use when the user asks to create a new portal page, screen, tab, or UI component.

2026-04-14