Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

specialist-agent

specialist-agent には HerbertJulio から収集した 116 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
116
Stars
19
更新
2026-03-21
Forks
3
職業カバレッジ
10 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

audit
その他コンピュータ職

Use when you need a comprehensive code audit covering security, performance, architecture, and dependencies before a release, major refactor, or compliance review.

2026-03-21
autopilot
ソフトウェア開発者

Use when you want to iteratively build a feature using a PRD as source of truth, with progress tracking and fresh-context iterations - the Autopilot technique for autonomous development.

2026-03-21
brainstorm
コンピュータシステムアナリスト

Use when starting a complex feature, exploring unclear requirements, or needing to challenge assumptions before committing to a design - before /plan.

2026-03-21
codereview
ソフトウェア品質保証アナリスト・テスター

Use when you need a comprehensive code review combining architecture, security, and test perspectives - especially before merging, releasing, or after major changes.

2026-03-21
copywriting
作家・著者

Use when creating marketing copy for landing pages, email campaigns, product descriptions, or social media - with A/B variants and conversion-focused frameworks.

2026-03-21
cro
ソフトウェア開発者

Use when optimizing landing pages, signup flows, checkout processes, or any user-facing page for higher conversion rates - before A/B testing.

2026-03-21
design-review
ウェブ・デジタルインターフェースデザイナー

Use when reviewing frontend code for design consistency, accessibility compliance, responsive behavior, and UI/UX best practices - before deployment or after design system changes.

2026-03-21
grill
ソフトウェア品質保証アナリスト・テスター

Use when you want to stress-test code by having an adversarial reviewer try to break it - finding edge cases, security holes, race conditions, and logical flaws that normal reviews miss.

2026-03-21
improve-architecture
ソフトウェア開発者

Use when the codebase has architectural issues like high coupling, circular dependencies, or unclear boundaries - but a full migration is not needed.

2026-03-21
prd
ソフトウェア開発者

Use when translating a product idea, feature request, or stakeholder requirement into a structured PRD with user stories, acceptance criteria, and GitHub issues.

2026-03-21
recall
ソフトウェア開発者

Use when you need to retrieve a past decision, preference, or convention that was saved with /remember.

2026-03-21
remember
ソフトウェア開発者コンピュータシステムアナリスト

Use when making a decision, choosing a convention, or learning a lesson that should persist across sessions.

2026-03-21
seo-audit
ウェブ開発者

Use when auditing a website or web application for SEO issues - covering meta tags, structured data, content structure, Core Web Vitals indicators, and crawlability.

2026-03-21
tdd
ソフトウェア品質保証アナリスト・テスター

Use when implementing any feature or bugfix where correctness matters - before writing implementation code.

2026-03-21
write-skill
ソフトウェア開発者

Use when creating a new skill, editing an existing skill, or verifying a skill works before deployment.

2026-03-21
review-check-architecture
ソフトウェア品質保証アナリスト・テスター

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
ソフトウェア開発者

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
コンピュータシステムアナリスト

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
ソフトウェア開発者

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
ソフトウェア品質保証アナリスト・テスター

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
ソフトウェア開発者

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
ソフトウェア開発者

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
ソフトウェア開発者

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
ウェブ開発者

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
autofix
ソフトウェア開発者

Use when you want to automatically triage errors from Sentry (or error logs), cross-reference them against the codebase and open PRs, prioritize by severity, and optionally create fix PRs.

2026-03-09
discovery
ソフトウェア開発者

Use when starting a new product, feature, or initiative and you need structured discovery before planning - covers market analysis, technical feasibility, architecture, and go-to-market strategy.

2026-03-09
migrate-architecture
コンピュータシステムアナリスト

Use when transforming a project's architecture pattern - e.g., Flat to Modular, MVC to Clean Architecture, Monolith to Modular Monolith.

2026-03-06
dev-create-component
ウェブ開発者

Use when adding a new UI component to an existing module - handles templates, inputs, and test scaffolding.

2026-03-02
dev-create-injectable
ソフトウェア開発者

Use when adding a signal-based store or utility service - creates injectable with inject() and Angular Signals.

2026-03-02
dev-create-module
ソフトウェア開発者

Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.

2026-03-02
dev-create-service
ソフトウェア開発者

Use when adding API integration to a module - creates types, contracts, adapter, and service layer.

2026-03-02
dev-create-test
ソフトウェア品質保証アナリスト・テスター

Use when a module needs test coverage - creates tests for adapters, services, and components.

2026-03-02
migration-migrate-module
ソフトウェア開発者

Use when a complete module needs migration to the target architecture - runs 6 phases with approval gates.

2026-03-02
dev-create-component
ウェブ開発者

Use when adding a new UI component to the project - handles templates, props, and scoped styles.

2026-03-02
dev-create-island
ウェブ開発者

Use when adding an interactive UI component that requires client-side JavaScript - creates a framework island with hydration strategy.

2026-03-02
このリポジトリの収集済み skills 116 件中、上位 40 件を表示しています。