بنقرة واحدة
ai-knowledge-base
يحتوي ai-knowledge-base على 13 من skills المجمعة من theoden9014، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Author or update tool-neutral knowledge packs in ai-knowledge-base.
A workflow for authoring Go tests. Starting from the table-driven test scaffold generated by gotests, it runs the cycle of test design -> adding test cases -> running -> fixing defects. Use when: (1) invoked via /go-test-authoring, (2) asked to "write tests" or "add tests" for Go, (3) asked to implement tests for a Go function or method.
Git commit with Conventional Commits format. Use when user asks to commit changes, says "commit", "/commit", or after completing code changes when explicitly asked to commit.
Create GitHub Pull Request with project's PR template. Use when user asks to create PR, says "create PR", "/pr-create", or after completing implementation when asked to open a pull request.
Address PR review feedback. Collect both unresolved inline comments and review-body comments on a GitHub PR, build a fix plan and turn it into tasks, then work through them one by one (assess -> fix -> commit -> push -> reply). Use when invoked as /pr-review-fix, when asked to "address the review comments" or "respond to PR feedback", or for follow-up work after a PR review.
Internal Structure-Behavior Design skill for conceptual modeling and structure design. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for interface, signature, and contract design. Use only as part of the Structure-Behavior Design workflow.
Use this skill for non-trivial software changes. It coordinates requirements specification, conceptual modeling, SOLID-guided responsibility assignment, interface design, test specification, TDD construction, and review to avoid procedural implementation.
Internal Structure-Behavior Design skill for post-implementation review and refactoring. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for requirements analysis and requirements specification. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for SOLID-guided responsibility assignment. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for TDD construction using Red-Green-Refactor. Use only as part of the Structure-Behavior Design workflow.
Internal Structure-Behavior Design skill for tests-as-specification and behavior design. Use only as part of the Structure-Behavior Design workflow.