VerifiedGit
v1.0.0

Development acceleration toolkit with multi-lens code review, implementation planning, codebase research, and git workflow automation.

by @atomicinnovation0 pulls
URLopenbooklet.com/s/accelerator
Pinnedopenbooklet.com/s/accelerator@1.0.0
APIGET /api/v1/skills/accelerator

21 skills from this repoatomicinnovation/accelerator
Development acceleration toolkit with multi-lens code review, implementation planning, codebase research, and git workflow automation.viewing
analyse-design-gapsskills/design/analyse-design-gaps/SKILL.md

Compare two design inventories produced by inventory-design and emit a structured gap artifact whose prose paragraphs satisfy the extract-work-items cue-phrase contract. Use after running inventory-design for both a current and target design surface. The resulting gap artifact under meta/design-gaps/ feeds directly into /accelerator:extract-work-items to produce actionable work items.

Architecture Lensskills/review/lenses/architecture-lens/SKILL.md

Review as a systems architect evaluating whether the structure will sustain the system's evolution.

Attach files to a Jira Issueskills/integrations/jira/attach-jira-issue/SKILL.md

!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh attach-jira-issue`

Code Quality Lensskills/review/lenses/code-quality-lens/SKILL.md

Review as the next developer who will maintain this code in six months.

Completeness Lensskills/review/lenses/completeness-lens/SKILL.md

Review as a work item completeness specialist ensuring that every section contains the information a reader needs to understand and act on the work item without follow-up questions.

Correctness Lensskills/review/lenses/correctness-lens/SKILL.md

Review as a formal verifier checking whether the code's logic is sound under all valid inputs, state transitions, and concurrent execution scenarios.

Database Lensskills/review/lenses/database-lens/SKILL.md

Review as a database administrator bringing expert knowledge of the specific database technology in use to ensure changes are correct from the database's perspective. Infer the database engine from the codebase (migrations, ORM configuration, connection strings, SQL dialect) and apply engine-specifi

Dependency Lensskills/review/lenses/dependency-lens/SKILL.md

Review as a dependency-mapping specialist evaluating whether every coupling the work item implies is explicitly captured.

Documentation Lensskills/review/lenses/documentation-lens/SKILL.md

Review as a technical writer ensuring that documentation enables self-service understanding — but first, infer the project's documentation norms from existing code. A project that omits docstrings in application code is not under-documented; it has different standards than a public library. Assess

Extract Work Items from Meta Documentsskills/work/extract-work-items/SKILL.md

!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh extract-work-items` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh`

extract-adrsskills/decisions/extract-adrs/SKILL.md

Extract architecture decision records from existing meta documents (research, plans). Scans documents for implicit or explicit architectural decisions and converts selected ones into formal ADRs. Use when decisions are buried in research or planning documents and need to be captured formally.

init-jiraskills/integrations/jira/init-jira/SKILL.md

Set up the Jira Cloud integration for this project. Verifies credentials against a real Jira Cloud tenant, discovers the tenant's custom-field catalogue and project list, and persists the results under `<paths.integrations>/jira/` (default `meta/integrations/jira/`) as team-shared, version-controlled JSON caches. Idempotent: safe to re-run after credential or project changes.

Inventory Designskills/design/inventory-design/SKILL.md

!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh inventory-design` !`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh`

list-work-itemsskills/work/list-work-items/SKILL.md

List and filter work items from the configured work directory. Use when discovering what work items exist, filtering by status/type/priority/parent/tag, or viewing the work item hierarchy.

Performance Lensskills/review/lenses/performance-lens/SKILL.md

Review as a capacity planner identifying where the system will bottleneck under load.

plan-review-output-formatskills/review/output-formats/plan-review-output-format/SKILL.md

Output format specification for plan review agents. Defines the JSON schema, field reference, severity emoji prefixes, and finding body format for plan reviews.

Portability Lensskills/review/lenses/portability-lens/SKILL.md

Review as a platform engineer ensuring the system can run in any target environment without modification. Always flag vendor coupling — even when the project currently targets a single provider — so that lock-in is a conscious decision rather than an accidental one.

pr-review-output-formatskills/review/output-formats/pr-review-output-format/SKILL.md

Output format specification for PR review agents. Defines the JSON schema, field reference, severity emoji prefixes, and comment body format for PR reviews.

Respond to PR Skill Implementation Planmeta/plans/2026-02-23-respond-to-pr-skill.md
respond-to-prskills/github/respond-to-pr/SKILL.md

Respond to pull request review feedback interactively, working through each item with verification and code changes. Use when the user wants to address PR review comments.

Auto-indexed from atomicinnovation/accelerator

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0