Agent skill

systematic-debugging

Use when diagnosing a bug, failing test, build issue, or unexpected behavior in Cursor before proposing a fix. Focus on reproducing the issue, tracing the cause, and validating the repair.

Stars 127
Forks 12

Install this agent skill to your Project

npx add-skill https://github.com/6BNBN/FlowPilot/tree/main/兼容codex@cursor一键安装技能/cursor一键安装技能/skills/systematic-debugging

SKILL.md

Systematic Debugging

Goal

Find the root cause before making changes.

Workflow

  1. Reproduce the issue reliably.
  2. Read the exact error output and identify where it surfaces.
  3. Check recent changes, configuration, and environmental differences.
  4. Compare the broken path to a working example when possible.
  5. Form one concrete hypothesis at a time.
  6. Make the smallest change needed to test that hypothesis.
  7. Verify the result before moving on.

Rules

  • Do not stack multiple speculative fixes together.
  • Do not call something fixed without reproducing the original path again.
  • If three attempted fixes fail, step back and question the design or architecture.
  • For behavior bugs, pair this with test-driven-development when possible.
  • Before declaring success, use verification-before-completion.

Debugging Notes

  • Log key boundaries in multi-step systems.
  • Trace bad values back to their origin rather than patching symptoms.
  • Prefer evidence and comparison over intuition.
  • Ask for clarification when the system behavior or expected outcome is unclear.

Expand your agent's capabilities with these related and highly-rated skills.

6BNBN/FlowPilot

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

127 12
Explore
6BNBN/FlowPilot

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

127 12
Explore
6BNBN/FlowPilot

using-superpowers

Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.

127 12
Explore
6BNBN/FlowPilot

ui-ux-pro-max

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

127 12
Explore
6BNBN/FlowPilot

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

127 12
Explore
6BNBN/FlowPilot

superpowers

Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.

127 12
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results