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

maverick

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

収集済み skills
41
Stars
10
更新
2026-07-02
Forks
2
職業カバレッジ
7 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

do-adopt
ソフトウェア開発者

Scan a project for missing best-practice areas and implement the top recommendation for each gap (linting, unit testing) — installs tools, writes configs, verifies, and commits. Pass 'recommend' to stop after writing recommendations without implementing (replaces the old do-recommend skill).

2026-07-02
do-code
ソフトウェア開発者

Implement a focused code change. Use this skill as the wrapper for any implementation work so the Maverick workflow report captures what was done and so the agent applies the project's coding standards before editing. Intended to be invoked once per task from inside a do-issue-* or do-epic phase, not standalone.

2026-07-02
do-cybersecurity-review
情報セキュリティアナリスト

Audit a codebase for security risks in one of two modes. In full-audit mode it scans the entire codebase and writes a findings report to docs/security-audit.md (run as part of do-init or on demand). In update mode it reviews only a diff plus the code it could impact, returning a structured findings list as a pre-push gate for do-issue-solo and do-issue-guided. Covers secrets exposure, dependency vulnerabilities, authentication and authorisation patterns, input validation, transport security, and common OWASP risks.

2026-07-02
do-docs
ソフトウェア開発者

Create, restructure, or update technical documentation. Handles greenfield projects, refactoring non-compliant docs, and incremental updates after code changes.

2026-07-02
do-epic
ソフトウェア開発者

Work on a multi-story GitHub epic end-to-end. Builds a DAG from the child stories, groups them into waves, runs waves in parallel via per-story worktrees, ejects PRs that fail agent-code-review for human handling, and propagates blocks to downstream stories. Requires git worktrees.

2026-07-02
do-init
ソフトウェア開発者

Initialise a project for use with Maverick — verifies the GitHub App, installs the CLI if needed, writes the project config with integration tracking, scaffolds docs, generates project skills, runs an initial cybersecurity audit, then commits the changes and opens a PR.

2026-07-02
do-install
ソフトウェア開発者

Install the maverick CLI tool system-wide from the plugin directory.

2026-07-02
do-issue-guided
ソフトウェア開発者

Work on a GitHub issue interactively with the user. Proceeds autonomously through routine work but pauses for confirmation at key decision points and when uncertain.

2026-07-02
do-issue-solo
ソフトウェア開発者

Work on a GitHub issue end-to-end autonomously, only pausing when blocked or when clarification is needed.

2026-07-02
do-maverick-alignment
ソフトウェア開発者

Analyze a project's codebase against Maverick standard practices and write a findings report. Checks linting, unit tests, integration tests, documentation, CI/CD, security, dependency management, observability, source control, and more. Run when onboarding an existing project or on demand.

2026-07-02
do-pullrequest-review
ソフトウェア品質保証アナリスト・テスター

How to process code review feedback — verify before implementing, push back when wrong, clarify before acting on partial understanding. Applied when receiving review from the agent-code-reviewer or human reviewers.

2026-07-02
do-tech-docs
ソフトウェア開発者

Technical documentation standards — document structure, writing style, file organisation, mermaid diagrams, and validation. Referenced by do-docs and tech-docs-writer.

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

Write or update tests for a code change. Operates in two modes: `unit` (module-scoped, fast, deterministic) and `integration` (crosses module / service / database boundaries). Intended to be invoked once per testable change from inside a do-issue-* or do-epic phase. Mode is required.

2026-07-02
do-upskill
その他コンピュータ職

Generate project-specific implementation skills at docs/maverick/skills/<topic>/SKILL.md by scanning the codebase. Pass a topic name to generate one topic; omit arguments to process every topic.

2026-07-02
mav-block-propagation
ソフトウェア開発者

Idempotent, resumable propagation of a `blocked-by:#N` block from an ejected story to every transitive downstream story in the epic DAG. Triggered when agent-code-reviewer ejects a PR for human handling.

2026-07-02
mav-bp-accessibility
ウェブ・デジタルインターフェースデザイナー

Accessibility conventions for projects with user-facing interfaces. Covers WCAG 2.1 AA compliance, semantic HTML, keyboard navigation, colour contrast, screen reader support, and automated a11y testing. Applied when building or reviewing user-facing web or mobile applications.

2026-07-02
mav-bp-api-design
ソフトウェア開発者

API design conventions for projects with API surfaces. Covers REST and GraphQL standards, versioning, error formats, pagination, documentation as code, and backwards compatibility. Applied when designing, implementing, or reviewing APIs.

2026-07-02
mav-bp-application-security
情報セキュリティアナリスト

Application security conventions for all projects. Covers OWASP Top 10 awareness, input validation, secrets management, dependency scanning, SAST/DAST integration, and security headers. Applied when writing or reviewing any code.

2026-07-02
mav-bp-cicd
ソフトウェア開発者

Platform-agnostic CI/CD conventions. Covers pipeline stages, quality gates, environment promotion, secrets management, artifact handling, and deployment boundaries. Applied when configuring or reviewing CI/CD pipelines.

2026-07-02
mav-bp-code-review
ソフトウェア品質保証アナリスト・テスター

Code review conventions for all projects. Covers mandatory review requirements, review scope, PR sizing, reviewer and author responsibilities, and automated review integration. Applied when creating or reviewing pull requests.

2026-07-02
mav-bp-database-management
データベースアーキテクト

Database and data management conventions for all projects using databases. Covers schema migrations, backup strategy, data lifecycle, index management, and connection pooling. Applied when designing, implementing, or reviewing database interactions.

2026-07-02
mav-bp-dependency-management
ソフトウェア開発者

Dependency management conventions for all projects. Covers lock files, version pinning, vulnerability scanning, license compliance, update strategy, and minimal dependency principle. Applied when adding, updating, or reviewing dependencies.

2026-07-02
mav-bp-environment-management
ネットワーク・コンピュータシステム管理者

Environment management conventions for all projects. Covers reproducible local development, environment parity, .env patterns, developer onboarding, and containerised development. Applied when setting up or reviewing development environments.

2026-07-02
mav-bp-error-handling
ソフトウェア開発者

Error handling conventions for all applications. Covers error propagation, retry strategies, circuit breakers, graceful degradation, error boundaries, and typed errors. Applied when writing or reviewing error handling code.

2026-07-02
mav-bp-infrastructure-as-code
ネットワーク・コンピュータシステム管理者

Infrastructure as Code conventions for all deployed projects. Covers IaC principles, environment parity, secrets management in IaC, version control, and runbook fallback for unsupported platforms. Applied when reviewing or configuring infrastructure.

2026-07-02
mav-bp-linting
ソフトウェア開発者

Linting conventions for applications. Covers linter selection, rule configuration, auto-formatting, CI integration, and project linting guidance. Applied when writing or reviewing code, or configuring developer tooling.

2026-07-02
mav-bp-operability
ネットワーク・コンピュータシステム管理者

Operability standards — logging, alerting, and observability as one discipline. Maverick's opinionated rules: error-only log levels (no info), structured JSON logs, alert-at-the-boundary, correlation across logs/metrics/traces. Applied when writing or reviewing code that logs, alerts, or instruments.

2026-07-02
mav-bp-remote-code-review
ソフトウェア品質保証アナリスト・テスター

Mandatory remote code review on every pull request. Defines the contract for a GitHub Actions workflow that runs the agent-code-reviewer in CI when a PR is opened, synchronized, or reopened. Used as a dependency by do-issue-solo and do-epic to enforce the review gate, and by do-maverick-alignment to audit the workflow's presence.

2026-07-02
mav-bp-testing
ソフトウェア品質保証アナリスト・テスター

Testing standards — unit and integration testing as one discipline. Maverick's opinionated rules: behaviour over implementation, mock at boundaries only, 60% unit-coverage CI gate, critical-path integration coverage with a no-decrease ratchet. Applied when writing or reviewing tests.

2026-07-02
mav-claude-code-recovery
その他コンピュータ職

Patterns for Claude Code workflow resilience — state persistence, crash recovery, command failure handling, subagent failure handling, and artefact durability. Not about application-level error handling.

2026-07-02
mav-create-solution-design
ソフトウェア開発者

How to produce a solution design for a GitHub issue or task. Covers codebase exploration, design structure, and validation. Used as a dependency from workflow skills.

2026-07-02
mav-create-tasks
ソフトウェア開発者

How to decompose a solution design into discrete, independently implementable tasks. Used as a dependency from workflow skills.

2026-07-02
mav-durability-on-gh
その他コンピュータ職

Durability conventions for multi-instance Maverick workflows. Covers cold-start hydration from GitHub, marker-write protocols, push-per-task cadence, and recreating worktrees from remote branches. GitHub is the source of truth; local files are a cache.

2026-07-02
mav-git-workflow
ソフトウェア開発者

Git branching strategy, commit conventions, merge conflict handling, and branch lifecycle. Implements a simplified Gitflow with protected branches and conventional commits. Covers worktree-based multi-story workflows and cross-references stacked-PR handling.

2026-07-02
mav-github-issue-workflow
ソフトウェア開発者

Standard patterns for interacting with GitHub issues — reading, commenting, updating, state tracking, branching, and PR creation. Use as a dependency from workflow skills, not directly.

2026-07-02
mav-local-verification
ソフトウェア開発者

Pre-push code quality verification — lint, typecheck, and tests run locally before pushing. Covers discovering project verification commands, run order, scope-appropriate checks, and fixing failures. Used as a dependency from workflow skills.

2026-07-02
mav-multi-instance-coordination
ソフトウェア開発者

Claim, lease, heartbeat, and release protocols for when multiple Claude Code instances may act on the same issue or epic concurrently. GitHub labels and marker comments are the coordination surface; local state is a cache.

2026-07-02
mav-plan-execution
ソフトウェア開発者

How to execute an implementation plan step-by-step. Covers the execution loop, verification discipline, failure handling, progress tracking, crash recovery, and acceptance criteria. Adapts behaviour based on whether the caller is solo (autonomous) or guided (human checkpoints). Used as a dependency from workflow skills.

2026-07-02
mav-scope-boundaries
ソフトウェア開発者

Defines what Claude Code must refuse to do without explicit authorisation. Covers infrastructure, auth, destructive git, and production systems. Applied automatically to all workflows.

2026-07-02
mav-stacked-prs
ソフトウェア開発者

How to stack a PR on top of an unmerged sibling branch, and how to retarget it to the repo's default branch once the sibling merges. Prevents orphan-merge incidents when a dependent story is ready before its parent.

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