Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

zeekayda-auth

يحتوي zeekayda-auth على 9 من skills المجمعة من ChrisKlug، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
3
محدث
2026-07-10
Forks
2
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

check-code-coverage
محللو ضمان جودة البرمجيات والمختبرون

Compare test coverage on the current branch against main and fail if it regressed. Run before opening any PR — CI enforces a coverage regression gate, and this catches it locally first.

2026-07-10
code-navigation
مطوّرو البرمجيات

LSP-first code navigation for ZeeKayDa.Auth — load the LSP tool up front and use it for all symbol-level lookups. Applies to every agent that reads or writes C# in this repository.

2026-07-09
check-formatting
محللو ضمان جودة البرمجيات والمختبرون

Verify and fix code formatting with dotnet format. Run before opening any PR, and whenever formatting errors are reported by CI or the Stop hook.

2026-07-06
post-merge-checks
مطوّرو البرمجيات

Housekeeping after a PR merges — delete the local branch, pull main, remove resolved blockers from draft PRs and issues, and check whether the parent epic can close. Run whenever a PR has been merged.

2026-07-04
write-issue
مطوّرو البرمجيات

Write a well-structured GitHub issue for ZeeKayDa.Auth — decides between an ADR issue and an implementation issue, applies the issue templates, hierarchy, and labels, and links sub-issues to their epic. Use when fleshing out a new idea, filing a bug, creating design or implementation issues, or triaging incoming issues.

2026-07-04
review-branch
محللو ضمان جودة البرمجيات والمختبرون

Set up a git worktree for reviewing or auditing a branch or PR so the review runs against the right code. Use before any code review, audit, or acceptance-criteria verification that targets a branch other than the currently checked-out one.

2026-07-04
security-checklist
مطوّرو البرمجيات

Security review checklist for ZeeKayDa.Auth. Apply to every change touching tokens, cryptography, endpoints, or storage — during security review, and as a developer self-check before opening a PR that touches those areas.

2026-07-04
test-standards
محللو ضمان جودة البرمجيات والمختبرون

xUnit test conventions for ZeeKayDa.Auth — test categories, naming, structure, and tooling. Apply whenever writing, changing, or reviewing tests in this repository.

2026-07-04
restart-lsp
مطوّرو البرمجيات

Restart the C# language server when it is misbehaving — stale cache after branch switches, missing symbols, broken go-to-definition. Use when the user says the LSP is stuck, wrong, or slow, or when IntelliSense stops resolving correctly after a branch change.

2026-06-14