chore

Create maintenance chores from natural inputs with standard task formatting.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill chore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chore
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/chore
Command: npx skills add https://github.com/GobbyAI/gobby --skill chore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly create maintenance or housekeeping tasks to keep projects healthy and organized.

Core Features & Use Cases

  • Deterministic chore creation: parses user input to extract title and optional description and assigns a standard task_type and priority.
  • Consistent task formatting: uses a fixed reference format so chores are uniform across projects.
  • Use Case: When you need to log routine maintenance like dependency updates or CI cleanups, you can turn a plain command into a tracked task.

Quick Start

Use the chore tool to create a maintenance task. Example: /chore Update dependencies

Frequently Asked Questions about chore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate maintenance task creation for routine dependency updates?

Create maintenance chores from a single command by providing a natural language title and optional description. The tool deterministically parses the input, assigns a standard task type, and sets a default priority to rapidly generate tracked housekeeping tasks like dependency updates.

What is the standard priority assigned when generating devops housekeeping tasks?

Generating devops housekeeping tasks assigns a default priority of 3. This ensures routine maintenance items like CI cleanups are consistently formatted and uniformly prioritized across different software projects without requiring manual input.

Can I use a single command to track CI cleanups in my software development workflow?

You can track CI cleanups using a single command that converts plain text into a structured task. This requires a valid session id and server context to invoke the underlying tooling and generate the standardized chore within your workflow.

Do I need a session id to create maintenance chores from natural inputs?

A session id and server context are required to create maintenance chores from natural inputs. These prerequisites allow the tool to invoke the underlying tooling needed for deterministic parsing and standardized task generation.

How does deterministic parsing work when creating task-management chores?

Deterministic parsing extracts a title and optional description from your natural language input to create task-management chores. It applies a fixed reference format, ensuring all generated maintenance tasks are uniform and consistently formatted across projects.