Guidelines for updating or designing pages in the portal React frontend (portal/src). Covers component conventions, link rendering rules, i18n patterns, and common pitfalls.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٩ من skills من authgear/authgear-server. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٩ من أصل ١٩ skills مجمعة.
Guidelines for updating or designing pages in the portal React frontend (portal/src). Covers component conventions, link rendering rules, i18n patterns, and common pitfalls.
لغة النص الأصلي: الإنجليزية
Produce a structured code review report for the current branch's PR (purpose, API interface changes, code quality, bugs, security, performance), with a mandatory second verification pass. Use when the user asks "what does this PR do", "review this branch/PR",…
لغة النص الأصلي: الإنجليزية
Add or change a feature config field/section in pkg/lib/config (authgear.features.yaml). Use when adding a new feature config field, adding a new top-level section, or touching an existing section's Merge implementation.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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;…
لغة النص الأصلي: الإنجليزية
Update Authgear email templates using the correct source files, translation files, and commit order. Use when editing email wording, email structure, or subject lines.
لغة النص الأصلي: الإنجليزية
Write or extend Go unit tests in this repo. Use when the user asks to add or update Go tests.
لغة النص الأصلي: الإنجليزية
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,…
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Add a Portal Admin GraphQL mutation under portal/src/graphql/adminapi/mutations.
لغة النص الأصلي: الإنجليزية
Add a Portal Admin GraphQL query under portal/src/graphql/adminapi/query.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Deprecated alias for add-portal-admin-api-query and add-portal-admin-api-mutation.
لغة النص الأصلي: الإنجليزية
Update the Go toolchain version across the repo.
لغة النص الأصلي: الإنجليزية
Refresh the repo's important Go modules when the dependency set drifts.
لغة النص الأصلي: الإنجليزية
Update .vettedpositions after harmless line-number moves in goanalysis output.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Add screens or components to the portal frontend. Use when the user asks to create a new portal page, screen, tab, or UI component.
لغة النص الأصلي: الإنجليزية