Skip to main content
Manusで任意のスキルを実行
ワンクリックで
themoment-team
GitHub クリエイタープロフィール

themoment-team

7 件の GitHub リポジトリにある 53 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
53
リポジトリ
7
更新
2026-06-30
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
datagsm-server
23 件の skills · 2026-06-23
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクトプロジェクト管理専門家情報セキュリティアナリスト
5 件の職業カテゴリ · 100% 分類済み
43%比率
#02
everygsm-client-v2
10 件の skills · 2026-06-08
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
19%比率
#03
hellogsm-server-26
7 件の skills · 2026-05-05
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者データベースアーキテクト情報セキュリティアナリスト
4 件の職業カテゴリ · 100% 分類済み
13%比率
#04
everygsm-server-v2
5 件の skills · 2026-05-17
ソフトウェア開発者データベースアーキテクト情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
9.4%比率
#05
readygsm-server
4 件の skills · 2026-06-26
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
7.5%比率
#06
themoment-ai-harness-sync
3 件の skills · 2026-06-30
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
5.7%比率
#07
themoment-blog
1 件の skills · 2026-06-10
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
1.9%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

the-sdk
ソフトウェア開発者

Usage guide for the-sdk common library — HTTP request/response logging with UUID Log-ID, CommonApiResponse wrapping, ExpectedException handling, and Swagger auto-configuration.

2026-06-23
database-schema
データベースアーキテクト

Database schema design guide — table naming, column conventions, index strategy, and JPA entity mapping patterns.

2026-05-27
docker
ソフトウェア開発者

Dockerfile and docker-compose authoring guide — multi-stage builds, layer caching, security best practices, and compose service wiring.

2026-05-27
database-schema
データベースアーキテクト

Database schema design guide — table naming, column conventions, index strategy, and JPA entity mapping patterns.

2026-05-27
planning
プロジェクト管理専門家

Conduct an in-depth structured interview with the user to uncover non-obvious requirements, tradeoffs, and constraints, then produce a detailed implementation spec file.

2026-05-27
planning
プロジェクト管理専門家

Conduct an in-depth structured interview with the user to uncover non-obvious requirements, tradeoffs, and constraints, then produce a detailed implementation spec file.

2026-05-26
git-commit
ソフトウェア開発者

Create Git commits by splitting changes into logical units following project conventions. Handles Git Flow automatically — detects develop branch and checks out a feature branch before committing.

2026-05-18
write-pr
ソフトウェア開発者

Generate PR title, body, and labels from commits since the base branch, then create the PR on GitHub. Handles base branch detection, label selection, and PR creation end-to-end.

2026-05-18
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
api-data-flow
ソフトウェア開発者

Implement and review EveryGSM-client-v2 API/data flow: apiUrls, server apiFetcher, Axios client, TanStack Query hooks, query keys, Zod schemas, response types, initialData hydration, auth cookies, and client/server data boundaries. Use whenever a task touches backend contracts, requests, mutations, forms, or domain data.

2026-06-08
code-review
ソフトウェア品質保証アナリスト・テスター

Review EveryGSM-client-v2 changed files using dynamically discovered .claude/rules, FSD layering, UI conventions, API/data coherence, form/schema alignment, route/link checks, security basics, and validation results. Use for code review requests, staged diff review, pre-PR review, and after multi-file implementation.

2026-06-08
commit
ソフトウェア開発者

Create actual EveryGSM Git commits by inspecting changed files, splitting logical units, staging the right files, and running git commit with project Conventional Commit messages. Use when the user explicitly asks to commit, make a commit, split commits, or commit staged/unstaged changes. Do not push.

2026-06-08
frontend-architecture
ソフトウェア開発者

Plan and review EveryGSM-client-v2 architecture, Feature-Sliced Design layering, route ownership, public exports, import direction, client/server boundaries, and minimal implementation scope. Use for any EveryGSM feature, refactor, routing, dependency, or architecture decision.

2026-06-08
orchestrator
ソフトウェア開発者

Coordinate the EveryGSM-client-v2 agent team for frontend features, bug fixes, refactors, UI work, API/data work, QA, code review, debugging, branch names, actual commits, PR creation, PR review comment replies, routing, forms, TanStack Query, Zod, Axios, and FSD architecture. Use this skill for EveryGSM implementation tasks, reviews, reruns, updates, revisions, partial reruns, follow-up fixes, Git workflow tasks, and requests to improve previous results. Simple one-off questions may be answered directly.

2026-06-08
quality-gate
ソフトウェア品質保証アナリスト・テスター

Verify EveryGSM-client-v2 changes with pnpm format:check, pnpm lint, pnpm build, FSD import review, route/link coherence, API-hook-type coherence, form/schema alignment, and client/server boundary checks. Use after implementation, during reviews, for reruns, and whenever a task risks regressions.

2026-06-08
review-pr
ソフトウェア開発者

Collect EveryGSM GitHub PR review comments, assess each comment against project rules, apply valid fixes when safe, optionally commit and push fixes, and post Korean replies with gh api. Use only when the user explicitly asks to address PR review comments or reply to review comments.

2026-06-08
systematic-debugging
ソフトウェア開発者

Investigate EveryGSM-client-v2 bugs, build failures, lint failures, runtime errors, form issues, route issues, API/query mismatches, and unexpected behavior by finding root cause before fixes. Use whenever debugging, test failure, build failure, regression, or unclear behavior is mentioned.

2026-06-08
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
commit
ソフトウェア開発者

Git Flow-aware commit skill that auto-detects branch context, separates changes into logical units, and writes messages following project conventions loaded from .agents/skills/commit/references/scope-guide.md

2026-05-05
review-pr
ソフトウェア品質保証アナリスト・テスター

Collect PR review comments, critically assess each one against project conventions, auto-apply valid ones, post refutation replies for invalid ones, and prompt for partial ones. Replaces resolve-pr-comments.

2026-04-18
write-pr
ソフトウェア開発者

Analyzes commits since branching from develop/main, generates PR title/body following project conventions, and creates the PR via GitHub CLI for hellogsm-server-25.

2026-04-15
code-review
ソフトウェア品質保証アナリスト・テスター

Checklist-based code review of git diff changes for hellogsm-server-25 (Spring Boot 4 / Java 25). Outputs a ✓/⚠/✗ formatted report covering style, logging, exceptions, API conventions, tests, and security basics.

2026-04-12
migration-guide
データベースアーキテクト

Guides through DB schema change workflows for hellogsm-server-25 in the correct order (Entity → DTO → Repository → Service → Test) with JPA DDL warnings and 2-phase column deletion strategy.

2026-04-12
security-checklist
情報セキュリティアナリスト

Scans changed files for hardcoded secrets, SQL injection risks, missing auth/authz, and sensitive data in logs for hellogsm-server-25 (Spring Boot 4 / Java 25).

2026-04-12
test
ソフトウェア品質保証アナリスト・テスター

Runs unit tests for hellogsm-server-25 (full suite or specific module/class), summarizes failures with root cause analysis, and optionally reports coverage.

2026-04-12
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました
themoment-team Agent Skills | SkillsMP