tunelito-implement

Guide Tunelito feature and bug fix implementation with documentation review and quality checks.

Updated May 22, 2026
One-click install
npx skills add https://github.com/chekos/tunelito --skill tunelito-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tunelito-implement
Source: https://github.com/chekos/tunelito/tree/main/.claude/skills/tunelito-implement
Command: npx skills add https://github.com/chekos/tunelito --skill tunelito-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill facilitates the efficient implementation of Tunelito features and bug fixes, ensuring a consistent and streamlined development process.

Core Features & Use Cases

  • Feature Implementation Guidance: Provides a structured workflow for feature development, including reading documentation, making focused edits, and updating tests.
  • Bug Fix Workflow: Outlines steps for identifying and resolving bugs, with guidelines for maintaining code quality and release safety.
  • Use Case: When faced with a new feature request or a bug report, this Skill ensures that the development process is efficient and follows best practices.

Quick Start

Use the tunelito-implement skill to begin implementing the requested feature or bug fix.

Frequently Asked Questions about tunelito-implement

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

FAQPage Schema
How do I implement new features while following coding guidelines?

Feature implementation follows a structured process of reviewing documentation, making focused code changes, and updating tests to ensure quality. This approach streamlines development by enforcing best practices at each step.

What is the best way to fix bugs without breaking existing functionality?

Bug fixes involve identifying the root cause, applying focused edits, and running quality gate checks to maintain release safety. Following a structured workflow prevents regressions and preserves code quality.

How does a structured software development workflow handle test updates?

A structured software development workflow handles test updates by integrating them directly into the implementation process. Tests are updated alongside focused code changes to verify features and validate bug fixes.

Do I need to review documentation before starting feature implementation?

Reviewing documentation is required before starting feature implementation to ensure adherence to development best practices. This upfront step guides focused code changes and aligns with quality gate checks.

What quality gate checks are needed during bug fixes and feature implementation?

Quality gate checks during bug fixes and feature implementation validate that focused code changes meet development best practices. These checks run after test updates to ensure release safety and code consistency.