Skip to main content
GitHub 저장소

memory-service

memory-service에는 chirino에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
11
업데이트
2026-07-31
Forks
14
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

verify-dependabot-prs
소프트웨어 개발자

Batch, validate, and consolidate open Dependabot pull requests for memory-service. Use when asked to inspect the Dependabot queue, verify dependency PRs efficiently, reproduce dependency-update CI failures, combine compatible dependency PRs, or create a validated consolidated dependency PR.

2026-07-31
operationevent-logging
소프트웨어 개발자

Implement or review Memory Service backend operational logging. Use for REST or gRPC boundaries, provider errors, error wrapping, background workers and task attempts, indexers and maintenance jobs, SSE or gRPC streams, request correlation, and changes under internal/operationevent.

2026-07-19
prepare-pull-request
소프트웨어 개발자

Prepare Memory Service changes for pull request submission. Use whenever Codex is asked to create, open, submit, publish, or ready a pull request, or to perform final PR preflight. Require `task generate` before the final PR commit so generated sources and repository-wide formatting are included.

2026-07-18
testing
소프트웨어 품질 보증 분석가·테스터

Use when writing or debugging tests for memory-service. Covers Cucumber BDD patterns and failure reporting.

2026-07-16
build-test
소프트웨어 개발자

Use when you need build, test, or dev commands for memory-service across Go, Java, frontend, or Python modules.

2026-07-11
enhancement-docs
소프트웨어 개발자

Use when writing or editing enhancement documents in docs/enhancements/. Provides format, conventions, and numbering guidance.

2026-07-09
openapi-workflow
소프트웨어 개발자

Use when making changes to the OpenAPI contract. Workflow for updating spec and regenerating clients.

2026-04-29
gorm-query-patterns
소프트웨어 개발자

Review and edit Go code that uses GORM, especially under `internal/plugin/store/postgres` and `internal/plugin/store/sqlite` or any query path where missing rows may be expected. Use this skill when choosing between `Take`/`First`/`Last` and `Find`, and when you need patterns that avoid noisy `record not found` logs by treating expected absence with `Limit(1).Find(...)` plus `RowsAffected`.

2026-03-17
chat-frontend
소프트웨어 개발자

Use when working on the React chat frontend. Covers architecture, components, styling, and state management.

2026-02-15
site-tests
소프트웨어 품질 보증 분석가·테스터

Use when working on documentation tests (site-tests module). Covers test generation pipeline, fixtures, assertions, and debugging.

2026-02-10
cucumber-features
소프트웨어 품질 보증 분석가·테스터

Use when editing or creating Cucumber feature files (*.feature). Provides API documentation guidelines.

2026-02-04