development-and-testing-category-pointer

Routes development and testing tasks to six specialized debugging and test-fixing skills.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill development-and-testing-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: development-and-testing-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/development-and-testing-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill development-and-testing-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index that points to a hidden vault of six specialized development and testing skills, so the right debugging or test-fixing workflow is loaded only when needed. ## Core Features & Use Cases - Skill Discovery: Lists six specialized skills covering bug hunting, debugging strategies, systematic debugging, GitHub repo auditing, and test fixing. - On-Demand Loading: Instructs the agent to read the matching skill's SKILL.md from the vault path before acting, avoiding guesswork. - Use Case: When a user reports failing tests or unexpected behavior, the agent consults this pointer, selects the test-fixing or systematic-debugging skill, and loads its full instructions from the vault. ## Quick Start Ask the agent to fix the failing tests in this repository and it will load the appropriate specialized skill from the development-and-testing vault.

Frequently Asked Questions about development-and-testing-category-pointer

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

FAQPage Schema
How do I fix failing tests systematically?▼

Use the test-fixing skill referenced by this pointer, which groups failing tests and fixes them systematically. Load its SKILL.md from the development-and-testing vault path before making changes.

What debugging approach should I use for unexpected behavior?▼

The pointer lists systematic-debugging, debugger, and debugging-strategies skills for diagnosing errors and test failures. Read the matching skill's SKILL.md from the vault to follow a root-cause workflow instead of guessing fixes.

Where are the actual skill instructions stored?▼

The full instructions live in a hidden vault at /home/kienct/.config/opencode/skill-libraries/development-and-testing. This pointer skill only lists the six available skills and tells the agent to read the chosen SKILL.md from that path.

Does this skill debug code by itself?▼

No, it is a pointer skill with no debugging logic of its own. It only indexes six specialized skills and directs the agent to load the appropriate one from the vault before acting.

When should I not use this pointer skill?▼

Skip it for tasks unrelated to development or testing, such as writing documentation or configuration changes without bugs. It only covers debugging, bug hunting, test fixing, and GitHub repo audit workflows.