nit

Create chore tasks with nitpick labels and priority 4.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of nitpick tasks for quick, small cleanup work, eliminating manual task creation and ensuring consistent labeling.

Core Features & Use Cases

  • One-click Task Creation: Turn a simple title into a tracked chore with nitpick labeling.
  • Consistent Workflow: Standardizes priority and metadata to fit your task system.
  • Use Case: When you notice a minor issue like a naming inconsistency or an unused import, create a nitpick task to capture it for later follow-up.

Quick Start

Use the nit skill to create a nitpick task with a title and optional description. Examples:

  • /nit Rename confusing variable
  • /nit Fix typo in error message - "authentification" should be "authentication"
  • /nit Remove unused import in module.py

Frequently Asked Questions about nit

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

FAQPage Schema
How do I automate nitpick task creation for small software cleanups?

To automate nitpick task creation, provide a task title and optional description to generate a tracked chore with a 'nitpick' label and priority 4, requiring a session_id from the session context.

What is the best way to track minor code issues like unused imports in a task workflow?

Tracking minor code issues is handled by creating a chore task with standardized 'nitpick' labels and priority 4, ensuring small cleanup work is captured consistently for later follow-up.

Can I create a cleanup task without manually setting priority and labels?

Cleanup tasks are created automatically with a task_type of 'chore', the 'nitpick' label, and a priority of 4, eliminating manual metadata entry and standardizing your workflow.

Do I need a session_id to create a chore task for minor maintenance work?

A session_id is required to create a chore task and must be provided from the session context when invoking the task creation function.

When should I use an automated nitpick task instead of a standard task?

Automated nitpick tasks should be used for quick, small cleanup work like fixing typos or naming inconsistencies, standardizing them as low-priority chores for later follow-up.