athola avatar

athola

169 agentic skills • 24 avg score • 0 total stars

Agentic Skills by athola

python-testing

89

by athola

Python testing with pytest, fixtures, mocking, and TDD workflows.Triggers: pytest, unit tests, test fixtures, mocking, TDD, test suite, coverage,te...

Techpython

makefile-review

80

by athola

Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.Triggers: Makefile review, build system, GNU Make, portability, deduplic...

Techci cd

python-async

75

by athola

Master Python asyncio, concurrent programming, and async/await patternsfor high-performance applications.Triggers: asyncio, async/await, coroutines...

Techpython

pytest-config

73

by athola

Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...

Techtesting

api-review

31

by athola

Evaluate public API surfaces against internal guidelines and external exemplars.Triggers: API review, API design, consistency audit, API documentat...

Techapi

architecture-paradigm-client-server

31

by athola

Model system responsibilities across clients, servers, and optional peer-to-peernodes for traditional distributed applications.Triggers: client-ser...

Techapi

architecture-paradigm-cqrs-es

31

by athola

Apply CQRS (Command Query Responsibility Segregation) and Event Sourcing fordomains requiring strong auditability and independent scaling of reads ...

Techdatabase

architecture-paradigm-event-driven

31

by athola

Structure systems around asynchronous, event-based communication to decoupleproducers and consumers for improved scalability and resilience.Trigger...

Techjavascript

architecture-paradigm-functional-core

31

by athola

Employ the "Functional Core, Imperative Shell" pattern to isolate deterministicbusiness logic from side-effecting code for superior testability.Tri...

Techazure

architecture-paradigm-hexagonal

31

by athola

Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic frominfrastructure, maximizing flexibility and testability.Triggers: hexag...

Techdatabase

architecture-paradigm-layered

31

by athola

Use a Layered (N-Tier) architecture to separate presentation, domain logic, anddata access responsibilities within a system.Triggers: layered archi...

Techkubernetes

architecture-paradigm-microkernel

31

by athola

Build a minimal, stable core system that loads plug-ins to provide featurevariability and extensibility for platform development.Triggers: microker...

Techci cd

architecture-paradigm-microservices

31

by athola

Decompose systems into a suite of small, independently deployable services alignedto specific business capabilities.Triggers: microservices, servic...

Techapi

architecture-paradigm-modular-monolith

31

by athola

Maintain a single deployable artifact while enforcing strong internal boundariesbetween modules for team autonomy without distributed complexity.Tr...

Techkubernetes

architecture-paradigm-pipeline

31

by athola

Compose processing stages using a pipes-and-filters model for ETL, mediaprocessing, or compiler-like workloads.Triggers: pipeline architecture, pip...

Techvideo

architecture-paradigm-serverless

31

by athola

Build serverless, Function-as-a-Service (FaaS) systems for event-driven oroperations-light workloads with minimal infrastructure management.Trigger...

Techazure

architecture-paradigm-service-based

31

by athola

Employ a coarse-grained, service-based architecture (lighter SOA) whenmicroservices aren't necessary but modular deployment is required.Triggers: s...

Techdatabase

architecture-paradigm-space-based

31

by athola

Employ space-based or data-grid architectures to scale high-traffic, statefulworkloads across multiple nodes with linear scalability.Triggers: spac...

Techdatabase

architecture-paradigms

31

by athola

Interactive selector and implementation planner for architecture paradigms.Triggers: architecture selection, pattern comparison, system design, ADR...

Techkubernetes

architecture-review

31

by athola

Evaluate codebase architecture against ADRs, coupling rules, and team guardrails.Triggers: architecture review, ADR audit, coupling analysis, desig...

Techapi

authentication-patterns

31

by athola

Common authentication patterns for external service integration. Covers API keys,OAuth flows, token management, and verification strategies.Trigger...

Techapi

bug-review

31

by athola

Systematically uncover and fix bugs using language-specific expertise andreproducible evidence.Triggers: bug hunting, defect detection, debugging, ...

Techtesting

catchup

31

by athola

Methodology for summarizing changes, extracting insights, and identifying follow-up actions.Triggers: catchup, what changed, summarize changes, con...

Techgithub

commit-messages

31

by athola

Generate conventional commit messages from staged changes by inspecting diffs,picking the correct type/scope, and writing the final text.Triggers: ...

Techgit

context-optimization

31

by athola

Reduce context usage with MECW principles (keep under 50% of total window).Triggers: context pressure, token usage, MECW, context window, optimizat...

Techgithub

cpu-gpu-performance

31

by athola

Monitor and optimize CPU/GPU usage with load measurement and cost-effectivevalidation strategies.Triggers: CPU usage, GPU usage, performance, load ...

Techmonitoring

delegation-core

31

by athola

Framework for delegating tasks to external LLM services (Gemini, Qwen).Uses leyline infrastructure for quota, logging, and error handling.Triggers:...

Techterraform

development-workflow

31

by athola

Comprehensive development workflow with modular patterns for git, code review, testing, documentation, and deployment

Techgithub

diff-analysis

31

by athola

Methodology for categorizing changes, assessing risks, and creating summariesfrom any changeset.Triggers: diff analysis, changeset review, risk ass...

Techgit

digital-garden-cultivator

31

by athola

Design, manage, and evolve digital gardens as living knowledge bases withinmemory palaces.Triggers: digital garden, knowledge base, linking, note c...

Techgit

doc-consolidation

31

by athola

Consolidates ephemeral LLM-generated markdown files into permanent documentation.Triggers: consolidate docs, untracked reports, ephemeral files, gi...

Techmarkdown

doc-updates

31

by athola

Update documentation files based on recent changes while enforcing projectwriting guidelines.Triggers: documentation update, docs update, ADR, docs...

Techmarkdown

error-patterns

31

by athola

Standardized error handling patterns for robust plugin development. Provideserror classification, recovery strategies, and logging patterns.Trigger...

Techmonitoring

escalation-governance

31

by athola

Guide to deciding whether to escalate from a lower model (haiku/sonnet) toa higher model (sonnet/opus).Triggers: model escalation, haiku to sonnet,...

Techmachine learning

evaluation-framework

31

by athola

Generic weighted scoring and threshold-based decision framework for evaluatingartifacts against configurable criteria.Triggers: evaluation, scoring...

Techci cd

evidence-logging

31

by athola

Workflow for capturing evidence and citations to create reproducible analysesand audit trails.Triggers: evidence capture, citations, reproducible a...

Techgithub

feature-review

31

by athola

Review implemented features and suggest new features using configurableprioritization heuristics. Supports GitHub issue creation for accepted sugge...

Techgithub

file-analysis

31

by athola

Structured file enumeration and content analysis for understanding codebasestructure before reviews or refactoring.Triggers: file analysis, codebas...

Techterraform

fix-issue

31

by athola

Fix GitHub issues using subagent-driven-development with parallel executionwhere appropriate.Triggers: fix issue, github issue, issue resolution, s...

Techgithub

gemini-delegation

31

by athola

Gemini CLI delegation workflow implementing delegation-core for Google's Gemini models.Triggers: gemini cli, gemini delegation, google gemini, 1M c...

Techgithub

git-workspace-review

31

by athola

Lightweight preflight checklist for verifying repo path, staged changes, anddiffs before other workflows.Triggers: git status, preflight, workspace...

Techgit

github-initiative-pulse

31

by athola

Generate program dashboards, GitHub-ready comment digests, and CSV summariessourced from Minister's tracker data.Triggers: initiative pulse, status...

Techgithub

hook-authoring

31

by athola

Complete guide for writing Claude Code and SDK hooks with security-first design.Triggers: hook creation, hook writing, PreToolUse, PostToolUse, Use...

Techgithub

hooks-eval

31

by athola

Comprehensive hook evaluation framework for Claude Code and Agent SDK hooks.Triggers: hook audit, hook security, hook performance, hook compliance,...

Techsecurity

knowledge-intake

31

by athola

Process external resources (articles, blog posts, papers) into actionableknowledge with systematic evaluation, storage, and application decisions.T...

Techjavascript

knowledge-locator

31

by athola

Spatial indexing and retrieval system for finding information within memorypalaces using multi-modal search.Triggers: knowledge search, find inform...

Techdatabase

makefile-dogfooder

31

by athola

Analyze and enhance Makefiles for complete user functionality coverage.Triggers: Makefile analysis, Makefile gaps, missing targets, plugin release,...

Techci cd

math-review

31

by athola

Intensive mathematical analysis for numerical stability, algorithm correctness,and alignment with authoritative standards.Triggers: math review, nu...

Techdata analysis

mcp-code-execution

31

by athola

Transform tool-heavy workflows into MCP code execution patterns using MECWprinciples for optimized token savings and hallucination prevention.Trigg...

Techgithub

mecw-patterns

31

by athola

Maximum Effective Context Window (MECW) theory and practical patterns forpreventing hallucinations through context management. Implements the 50% r...

Techmonitoring

memory-palace-architect

31

by athola

Design and construct virtual memory palaces for spatial knowledge organizationusing mnemonic techniques.Triggers: memory palace, spatial organizati...

Techci cd

modular-skills

31

by athola

Design skills as modular building blocks for predictable token usageand maintainable architecture.Triggers: skill design, skill architecture, modul...

Techterraform

optimizing-large-skills

31

by athola

Systematic methodology to reduce skill file size through externalization,consolidation, and progressive loading patterns.Triggers: large skill, ski...

Techpython

pr-prep

31

by athola

Prepare a pull request by validating the workspace, running quality gates,summarizing changes, and drafting the PR template.Triggers: PR preparatio...

Techgit

pr-review

31

by athola

Scope-focused PR code review that validates against original requirements androutes out-of-scope findings to GitHub issues.Triggers: PR review, pul...

Techgithub

progressive-loading

31

by athola

Standardized patterns for context-aware, progressive module loading thatoptimizes token usage. Implements hub-and-spoke with dynamic module selecti...

Techterraform

python-packaging

31

by athola

Create distributable Python packages with proper structure and publishing.Triggers: Python packaging, pyproject.toml, uv, pip, PyPI, distribution, ...

Techpython

python-performance

31

by athola

Profile and optimize Python code using cProfile, memory profilers, andperformance best practices.Triggers: profiling, optimization, cProfile, memor...

Techpython

quota-management

31

by athola

Universal quota tracking and enforcement patterns for rate-limited services.Provides threshold monitoring, estimation, and graceful degradation str...

Techapi

qwen-delegation

31

by athola

Qwen CLI delegation workflow implementing delegation-core for Alibaba's Qwen models.Triggers: qwen cli, qwen delegation, alibaba qwen, qwen batch, ...

Techgithub

release-health-gates

31

by athola

Declarative release readiness checklist that mirrors GitHub checks,deployment issues, and documentation requirements.Triggers: release gates, relea...

Techgithub

review-core

31

by athola

Foundational workflow for preparing and structuring detailed reviews(architecture, API, code quality).Triggers: review workflow, structured review,...

Techapi

rust-review

31

by athola

Expert-level Rust audits covering ownership, concurrency, unsafe blocks,traits, and Cargo dependencies.Triggers: Rust review, ownership analysis, b...

Techdata analysis

scope-guard

31

by athola

Prevents overengineering through worthiness scoring, opportunity cost comparison,and branch threshold monitoring.Triggers: scope creep, overenginee...

Techmonitoring

service-registry

31

by athola

Registry pattern for managing external service connections, configurations,and health checks.Triggers: service registry, service discovery, health ...

Techkubernetes

session-palace-builder

31

by athola

Construct temporary, session-specific memory palaces for complex projectsand conversations.Triggers: session context, project memory, conversation ...

Techterraform

pensiveshared

31

by athola

Shared infrastructure and reusable modules for all pensive review skills.Triggers: pensive patterns, review workflow, output templates, quality che...

Techgithub

shared-patterns

31

by athola

Reusable patterns and templates for Claude Code skill and hook development.Triggers: validation patterns, error handling, testing templates, workfl...

Techtesting

skill-authoring

31

by athola

Guide to effective Claude Code skill authoring using TDD methodology andpersuasion principles.Triggers: skill authoring, skill writing, new skill, ...

Techkubernetes

skills-eval

31

by athola

Evaluate and improve Claude skill quality through comprehensive auditing.Triggers: skill audit, quality review, compliance check, improvement sugge...

Techmonitoring

spec-writing

31

by athola

Create clear, testable specifications from natural language descriptions.Focus on what users need and why, not implementation details.Triggers: spe...

Techmarkdown

speckit-orchestrator

31

by athola

Workflow orchestrator for Spec Driven Development. Coordinates skill loading,tracks progress, and ensures consistency across the speckit workflow.T...

Techgithub

storage-templates

31

by athola

Generic template patterns and lifecycle stages for knowledge storage,configuration management, and structured documentation.Triggers: storage templ...

Techjson

structured-output

31

by athola

Guide to formatting review deliverables for consistency, ensuring findingsare comparable across different types of analysis.Triggers: report format...

Techdata analysis

task-planning

31

by athola

Generate dependency-ordered implementation tasks from specifications and plans.Create actionable, phased task breakdowns for systematic implementat...

Techansible

test-review

31

by athola

Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking,and quality assessment.Triggers: test audit, test coverage, test quality, TD...

Techtesting

test-updates

31

by athola

Update and maintain tests following TDD/BDD principles with comprehensivequality assurance.Triggers: test updates, test maintenance, test generatio...

Techtesting

testing-quality-standards

31

by athola

Shared testing quality metrics and standards for cross-plugin use. Referencedby pensive:test-review and parseltongue:python-testing.Triggers: testi...

Techtesting

token-conservation

31

by athola

Minimize token usage through conservative prompting, work delegation,and quota tracking.Triggers: token usage, quota, token limits, prompt size, to...

Techgithub

unified-review

31

by athola

Orchestrate and run appropriate pensive review skills based on codebaseanalysis and context.Triggers: code review, unified review, comprehensive re...

Technetworking

update-readme

31

by athola

Consolidate README content using language-aware exemplars, internal doc linkage,and reproducible evidence.Triggers: README update, documentation re...

Techmarkdown

usage-logging

31

by athola

Session-aware usage logging infrastructure for audit trails, cost tracking,and analytics. Provides structured logging with JSONL format and session...

Techterraform

version-updates

31

by athola

Bump project versions across configs, docs, and changelog usinggit-workspace-review context.Triggers: version bump, semver, release version, change...

Techmarkdown

workflow-improvement

31

by athola

Retrospective workflow to evaluate the most recent command/session sliceand drive improvements to workflow assets (skills, agents, commands, hooks)...

Techgithub

modular-skills

12

by athola

Design skills as modular building blocks for predictable token usage and maintainable architecture

Techgithub

skills-eval

12

by athola

Evaluates and improves Claude Skills across all ~/.claude/ locations

Techgithub

architecture-paradigm-client-server

12

by athola

Model system responsibilities across clients, servers, and optional peer-to-peer nodes.

Techmachine learning

architecture-paradigm-cqrs-es

12

by athola

Apply Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) for collaboration-heavy domains that require strong auditability and ...

Techdatabase

architecture-paradigm-event-driven

12

by athola

Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience.

Techgithub

architecture-paradigm-functional-core

12

by athola

Employ the "Functional Core, Imperative Shell" pattern to isolate deterministic business logic from side-effecting code for superior testability.

Techlinux

architecture-paradigm-hexagonal

12

by athola

Employ the Hexagonal (Ports & Adapters) pattern to decouple domain logic from infrastructure, maximizing flexibility and testability.

Techterraform

architecture-paradigm-layered

12

by athola

Use a Layered (or N-Tier) architecture to separate presentation, domain logic, and data access responsibilities within a system.

Techdata analysis

architecture-paradigm-microkernel

12

by athola

Build a minimal, stable core system that loads plug-ins to provide feature variability and extensibility.

Techci cd

architecture-paradigm-microservices

12

by athola

Decompose systems into a suite of small, independently deployable services that are aligned to specific business capabilities.

Techci cd

architecture-paradigm-modular-monolith

12

by athola

Maintain a single deployable artifact while enforcing strong internal boundaries between modules.

Techci cd

architecture-paradigm-pipeline

12

by athola

Compose processing stages using a pipes-and-filters model for ETL, media processing, or compiler-like workloads.

Techdocker

architecture-paradigm-serverless

12

by athola

Build serverless, Function-as-a-Service (FaaS) systems for event-driven or operations-light workloads.

Techci cd

architecture-paradigm-service-based

12

by athola

Employ a coarse-grained, service-based architecture (a lighter form of SOA) when microservices are not yet necessary but modular deployment is requ...

Techkubernetes

architecture-paradigm-space-based

12

by athola

Employ space-based or data-grid architectures to scale high-traffic, stateful workloads across multiple nodes.

Techjavascript

architecture-paradigms

12

by athola

Interactive selector and implementation planner for architecture paradigms.

Techgeneral

api-review

12

by athola

Evaluate public/API surfaces against internal guidelines and external exemplars in any language.

Techapi

architecture-paradigm-client-server

12

by athola

Model system responsibilities across clients, servers, and optional peer nodes.

Techmachine learning

architecture-paradigm-cqrs-es

12

by athola

Apply CQRS + Event Sourcing for collaboration-heavy domains needing auditability and independent scaling.

Techci cd

architecture-paradigm-event-driven

12

by athola

Structure systems around asynchronous events to decouple producers and consumers.

Techjavascript

architecture-paradigm-functional-core

12

by athola

Use Functional Core, Imperative Shell pattern to isolate deterministic business logic from side-effect orchestration for improved testability.

Techlinux

architecture-paradigm-hexagonal

12

by athola

Use Hexagonal (Ports & Adapters) boundaries to decouple domain logic from infrastructure concerns for maximum flexibility.

Techterraform

architecture-paradigm-layered

12

by athola

Use Layered / N-tier architecture to separate presentation, domain logic, and data access responsibilities.

Techdata analysis

architecture-paradigm-microkernel

12

by athola

Build a minimal, stable core that loads plug-ins for feature variability.

Techci cd

architecture-paradigm-microservices

12

by athola

Decompose systems into independently deployable services aligned to business capabilities.

Techkubernetes

architecture-paradigm-modular-monolith

12

by athola

Keep a single deployable artifact while enforcing strong internal module boundaries.

Techterraform

architecture-paradigm-pipeline

12

by athola

Compose processing stages via pipes-and-filters for ETL, media, or compiler-like workloads.

Techdocker

architecture-paradigm-serverless

12

by athola

Build serverless/function-as-a-service systems for bursty or ops-light workloads.

Techci cd

architecture-paradigm-service-based

12

by athola

Use coarse-grained service-based architecture (SOA-lite) when microservices are unnecessary but modular deployment is needed.

Techkubernetes

architecture-paradigm-space-based

12

by athola

Use space-based/data-grid architectures to scale high-traffic, stateful workloads across nodes.

Techjavascript

architecture-paradigms

12

by athola

Interactive selector and implementation planner for architecture paradigms with orchestration access to specialized paradigm skills.

Techci cd

architecture-review

12

by athola

Evaluate how the codebase architecture lines up with existing ADRs, coupling rules, and team guardrails before approving major work.

Techgithub

bug-review

12

by athola

Systematically uncover and fix bugs across diffs/snippets with language-aware expertise and reproducible evidence.

Techjavascript

catchup

12

by athola

Repo-diff catchup ritual that gathers git status/diffs, reviews each material file, and produces a concise summary while keeping token usage low.

Techgit

commit-messages

12

by athola

Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text to the pr...

Techgit

cpu-gpu-performance

12

by athola

Guardrail workflow that keeps CPU/GPU usage lean by measuring load, narrowing scope, and choosing the lowest-cost validation strategy before runnin...

Techgithub

doc-updates

12

by athola

Update documentation files based on recent changes while enforcing project writing guidelines.

Techmarkdown

gemini-delegation

12

by athola

Decide when and how to hand routine coding work to the Gemini CLI while Claude focuses on higher-level reasoning.

Techgithub

git-workspace-review

12

by athola

Lightweight preflight checklist for verifying repo path, staged changes, and diffs before other workflows.

Techgithub

makefile-review

12

by athola

Audit Makefiles for duplication, portability, and idiomatic GNU Make usage using research-driven heuristics.

Technetworking

math-review

12

by athola

Perform intensive mathematical analysis on code changes, ensuring derivations, numerical stability, and validation evidence align with authoritativ...

Techdata analysis

modular-skills

12

by athola

Design superpowers skills as modular building blocks for predictable token usage and maintainable architecture

Techgithub

pr-prep

12

by athola

Prepare a pull request by validating the workspace, running quality gates, summarizing changes, and drafting the PR template.

Techapi

python-testing-patterns

12

by athola

Comprehensive Python testing guidance with orchestration access to specialized testing skills for unit testing, integration testing, mocking, and a...

Techpython

python-testing-unit-tests

12

by athola

Master unit testing fundamentals with pytest for reliable, isolated testing of individual Python components.

Techpython

qwen-delegation

12

by athola

Decide whether to delegate lower-level execution to Qwen MCP while Claude handles planning/review.

Techci cd

review-core

12

by athola

Shared preflight + reporting workflow for all deep-dive reviews (architecture, math, makefile, api, etc.).

Techapi

rust-review

12

by athola

Perform in-depth Rust audits (ownership, concurrency, unsafe, traits, Cargo dependencies) with reproducible evidence.

Techjavascript

skills-eval

12

by athola

Comprehensive evaluation and improvement system for Claude Skills across all ~/.claude/ locations

Techgithub

speckit-meta

12

by athola

Gemini-marketplace–only orchestrator that forces every /speckit:* workflow to load the correct superpowers skills, capture dual-governance variance...

Techgithub

test-review

12

by athola

Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.

Techtesting

token-conservation

12

by athola

Enforce ultra-conservative token usage by minimizing prompt exposure, delegating bulk work, and tracking quotas.

Techgithub

update-readme

12

by athola

Consolidate README content using language-aware exemplars, internal doc linkage, and reproducible evidence.

Techmarkdown

version-updates

12

by athola

Bump project versions across configs, docs, and changelog using git-workspace-review context.

Techmarkdown

delegation-core

12

by athola

Framework for delegating tasks to external LLM services, with a focus on strategic oversight and quality control.

Techkubernetes

gemini-delegation

12

by athola

Gemini CLI delegation workflow with quota tracking, authentication, and usage logging.

Techsecurity

qwen-delegation

12

by athola

Qwen CLI delegation workflow with quota tracking, authentication, and usage logging. Utilizes shared shell execution infrastructure for consistent ...

Techsecurity

cpu-gpu-performance

12

by athola

Guardrail workflow that keeps CPU/GPU usage lean by measuring load, narrowing scope, and choosing the lowest-cost validation strategy before runnin...

Techgithub

token-conservation

12

by athola

A workflow for conservative token usage by minimizing prompt exposure, delegating bulk work, and tracking quotas.

Techgithub

catchup

12

by athola

A methodology for summarizing changes, extracting insights, and identifying follow-up actions.

Techgithub

diff-analysis

12

by athola

A methodology for categorizing changes, assessing risks, and creating summaries from any changeset.

Techdata analysis

evidence-logging

12

by athola

A workflow for capturing evidence and citations to create reproducible analyses and audit trails.

Techgithub

review-core

12

by athola

A foundational workflow for preparing and structuring detailed reviews (e.g., architecture, API).

Techapi

structured-output

12

by athola

A guide to formatting review deliverables for consistency, ensuring findings are comparable across different types of analysis.

Techword

digital-garden-cultivator

12

by athola

Design, manage, and evolve digital gardens as living knowledge bases within memory palaces.

Techgit

knowledge-locator

12

by athola

A spatial indexing and retrieval system for finding information within memory palaces.

Techdatabase

memory-palace-architect

12

by athola

Design and construct virtual memory palaces for spatial knowledge organization.

Techgeneral

session-palace-builder

12

by athola

Construct temporary, session-specific memory palaces for complex projects and conversations.

Techci cd

skill-cartographer

12

by athola

Map and navigate relationships between Claude skills.

Technetworking

skills-eval

12

by athola

Evaluate and improve Claude skills for clarity, completeness, testability, and architectural coherence.

Techgithub

api-review

12

by athola

Evaluate API surfaces against internal guidelines and external examples in any language.

Techapi

architecture-review

12

by athola

Evaluate codebase architecture against ADRs, coupling rules, and team guardrails before approving major work.

Techgithub

bug-review

12

by athola

Uncover and fix bugs in code snippets using language-specific expertise and reproducible evidence.

Techjavascript

makefile-review

12

by athola

Audit Makefiles for duplication, portability, and idiomatic GNU Make usage.

Technetworking

math-review

12

by athola

Perform intensive mathematical analysis on code changes to ensure numerical stability and alignment with authoritative standards.

Techdata analysis

rust-review

12

by athola

Perform in-depth audits of Rust code, covering ownership, concurrency, unsafe blocks, traits, and Cargo dependencies.

Techjavascript

test-review

12

by athola

Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.

Techtesting

unified-review

12

by athola

Orchestrate and run appropriate pensive review skills based on codebase analysis and context.

Techdata analysis

commit-messages

12

by athola

Generate conventional commit messages from staged changes by inspecting diffs, picking the correct type/scope, and writing the final text to the pr...

Techgit

doc-updates

12

by athola

Update documentation files based on recent changes while enforcing project writing guidelines.

Techmarkdown

file-analysis

12

by athola

Structured file enumeration and content analysis for understanding codebase structure before reviews or refactoring.

Techdata analysis

git-workspace-review

12

by athola

Lightweight preflight checklist for verifying repo path, staged changes, and diffs before other workflows.

Techgithub

pr-prep

12

by athola

Prepare a pull request by validating the workspace, running quality gates, summarizing changes, and drafting the PR template.

Techapi

update-readme

12

by athola

Consolidate README content using language-aware exemplars, internal doc linkage, and reproducible evidence.

Techmarkdown

version-updates

12

by athola

Bump project versions across configs, docs, and changelog using git-workspace-review context.

Techmarkdown

Discover More Agentic Skills

Browse our complete catalog of AI agent skills from developers worldwide.