coding

Assist with writing, debugging, and reviewing code across multiple programming languages.

234|15|Updated Mar 16, 2024
One-click install
npx skills add https://github.com/OriNachum/autonomous-intelligence --skill coding-orinachum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding
Source: https://github.com/OriNachum/autonomous-intelligence/tree/main/qq/skills/coding
Command: npx skills add https://github.com/OriNachum/autonomous-intelligence --skill coding-orinachum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides enhanced guidance and systematic approaches for writing, debugging, and reviewing code, ensuring higher quality and fewer errors.

Core Features & Use Cases

  • Code Writing Assistance: Offers best practices for clarity, error handling, and type hinting.
  • Debugging Support: Guides users through systematic debugging steps, requesting necessary information for effective problem-solving.
  • Code Review Checklist: Provides a structured checklist to ensure thorough code quality assessment.
  • Use Case: When encountering a bug, this Skill helps you systematically gather information and apply debugging techniques to resolve it efficiently.

Quick Start

Use the coding skill to help me debug the Python error I am encountering.

Frequently Asked Questions about coding

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

FAQPage Schema
How do I debug a Python error using a systematic approach?

Systematic debugging requires providing specific error messages, stack traces, and surrounding code context to accurately diagnose and resolve the bug efficiently.

What should be included in a code review checklist for clean code?

A code review checklist for clean code should include checks for clarity, proper error handling, and type hints to ensure thorough quality assessment and best practices.

Can I get code writing assistance for both Python and JavaScript?

Yes, code writing assistance is available for both Python and JavaScript, offering best practices for clarity, error handling, and type hinting across multiple programming languages.

What is the best way to fix bugs and ensure code quality?

The best way to fix bugs and ensure code quality is to follow systematic debugging steps and apply a structured code review checklist focusing on error handling and type hints.

Why do I need to provide stack traces when debugging code?

Providing stack traces when debugging code is necessary to pinpoint the exact origin of the error, allowing for a systematic analysis of the execution flow and efficient bug fixing.