Browse all

Type: All Skills Tools
skill ★ 10,706

Generate focused unit tests for backend logic

This skill generates focused unit tests specifically designed for backend and utility logic. It assists developers in ensuring robust coverage for core application functions.

elie222/inbox-zero unit-testing backend utility-logic testing
skill ★ 23

Comprehensive Git pull and setup workflow

This skill executes a robust Git pull workflow, ensuring local changes are committed before fetching and merging remote updates. It concludes by detecting and running necessary setup scripts, including dependency installation and environmen…

markmhendrickson/neotoma git-pull submodule setup-scripts git-workflow
skill ★ 10,706

Pause agent execution for specified duration

Allows the agent to pause its execution flow for a user-defined period. This is useful for rate limiting, waiting for external processes, or simulating human latency.

elie222/inbox-zero wait pause sleep timing
tool ★ 23

Publish internal plans as public GitHub discussions

This skill processes internal planning documents, redacting sensitive information and restructuring the content into a formal, public-facing GitHub Discussion post. It facilitates early community input by publishing the plan directly to the…

markmhendrickson/neotoma plan-publishing github-cli documentation release-management
skill ★ 10,706

Update workspace dependencies respecting pinned versions

This skill manages dependency updates across a workspace, ensuring that critical packages listed in the .ncurc.cjs file remain pinned and are not upgraded. It executes standard package update workflows, including manifest checking, installa…

elie222/inbox-zero pnpm dependency-management package-update node-workspace
skill ★ 23

Triage, review, and merge open pull requests

This skill automates the end-to-end management of open pull requests. It assesses merge readiness by running security gates, checking CI status, managing required Opus reviews, and merging eligible changes while flagging release candidates …

markmhendrickson/neotoma pr-triage github-actions merge-requests security-checks
skill ★ 10,706

UI Component and Styling Guidelines

Defines implementation standards for responsive UI components using Shadcn UI, Radix UI, and Tailwind CSS. It covers patterns for data fetching with SWR and managing loading states in Next.js applications.

elie222/inbox-zero ui-components shadcn-ui tailwind-css nextjs
skill ★ 10,706

End-to-End Feature Testing for Inbox Zero

This agent provides comprehensive end-to-end testing by orchestrating browser QA, direct API calls, Google Workspace operations, and LLM evaluation tests. It manages environment setup and data seeding to verify feature correctness across mu…

elie222/inbox-zero e2e-testing browser-qa api-verification google-workspace
skill ★ 10,706

Automated Code Review and Auto-Fixing Skill

An agentic skill for performing deep code reviews, identifying bugs, and enforcing project-specific architectural patterns. It automatically resolves trivial issues like unused imports while providing a structured workflow for reporting and…

elie222/inbox-zero code-review automated-refactoring bug-detection agentic-workflow
skill ★ 23

Manage Error Debugging Watcher Automation

This skill provides comprehensive lifecycle management for the error debugging watcher, allowing developers to start, stop, check status, and view logs for background error monitoring processes. It handles PID file management and verifies c…

markmhendrickson/neotoma error-debugging process-management watcher automation
skill ★ 23

Improve Agent Behavior from User Feedback

This skill formalizes the process of converting observed behavioral omissions or failures into durable, permanent process improvements. It captures the miss, selects the smallest appropriate artifact (rule, skill, or workflow), and immediat…

markmhendrickson/neotoma self-correction process-improvement behavior-learning agent-refinement
skill ★ 10,706

Browser QA Flow Orchestrator

Orchestrates browser-based QA test flows by executing predefined specifications and generating detailed JSON and Markdown reports. It supports parallel execution, flow filtering by priority or group, and captures screenshots for failed test…

elie222/inbox-zero qa-automation browser-testing test-orchestration automated-testing
skill ★ 10,706

Audit AI Prompt and Tool Description Changes

This skill audits changes to system prompts and tool descriptions within a codebase, focusing on identifying behavioral changes, redundant guidance, and instances where instructions appear overly tailored to evaluation failure modes. It pro…

elie222/inbox-zero prompt-review tool-description prompt-auditing system-prompt
skill ★ 23

Neotoma Issue Queue Management and Resolution

This skill automates the end-to-end processing of open issues, classifying reproduction environments and executing resolution plans. It can autonomously open PRs for public fixes, create local worktrees, or generate security advisories for …

markmhendrickson/neotoma issue-tracking github-automation pr-generation security-advisory
skill ★ 10,706

Comprehensive Testing Guidelines for Inbox-Zero

Provides comprehensive guidance for testing the application, covering unit, integration, and end-to-end workflows. It details running specialized tests for LLM features and cross-model evaluation.

elie222/inbox-zero testing unit-testing llm integration
skill ★ 23

Product Positioning Framework Methodology

This skill implements the Product Positioning Framework, providing a structured methodology for defining a product's unique value context. It guides the identification of competitive alternatives and unique attributes to ensure market diffe…

markmhendrickson/neotoma product-positioning product-strategy market-analysis framework
skill ★ 23

structured workflow for bug fixing and testing

This skill automates the process of fixing bugs within a feature or module by following a structured workflow. It supports optional error classification (implementation, spec, or architectural) and ensures all fixes are validated with regre…

markmhendrickson/neotoma bug-fixing workflow regression-testing code-correction
skill ★ 23

Finalizing feature unit implementation for review

This skill manages the final checkpoint of a feature unit workflow, validating spec compliance and ensuring all tests pass. It presents a comprehensive summary to the user for manual review and approval, handling necessary file movements an…

markmhendrickson/neotoma feature-workflow review spec-compliance git-workflow
skill ★ 10,706

Automate QA testing with PR labels

Triggers automated browser tests on a QA server by adding a specific label to a pull request using the GitHub CLI.

elie222/inbox-zero github-cli qa-automation pull-requests browser-testing
skill ★ 10,706

Generate new browser QA flow specification file

This skill automates the creation of structured browser QA flow specification files from a template. It accepts key parameters such as ID, title, and goal, handling necessary front matter population and validation for the resulting markdown…

elie222/inbox-zero qa-flow browser-testing spec-generation markdown
skill ★ 23

Evaluate product positioning across all assets

This skill assesses product positioning across various assets by combining five complementary lenses, including Obviously Awesome, Made to Stick, and ICP alignment. It provides a weighted score to determine if the context and messaging reso…

markmhendrickson/neotoma positioning product-marketing icp-alignment content-evaluation
skill ★ 10,706

Project Structure and Organisation Guidelines

Defines the architectural standards and directory structure for a Turborepo monorepo using Next.js and pnpm. It covers file naming conventions, component colocation, and utility function organisation.

elie222/inbox-zero turborepo nextjs monorepo pnpm
skill ★ 23

Consistent Visual Style for Blog Post Artwork

This skill enforces a mandatory, polished visual style—specifically white line-art on a solid black background—for all blog hero, OG, and post artwork. It ensures cross-repository visual consistency, guiding image generation and asset compo…

markmhendrickson/neotoma blog-art image-generation visual-style line-art
skill ★ 23

Resolving GitHub needs-design issues

Automates the resolution of design questions within GitHub issues labelled needs-design by analysing codebase context and existing plans. It facilitates a structured workflow for evaluating technical options, recording decisions in Neotoma,…

markmhendrickson/neotoma github-issues design-resolution issue-management automated-workflow