Skip to content

Add skill: github-issue-methodology#142

Closed
RadonX wants to merge 1 commit intoopenclaw:mainfrom
RadonX:main
Closed

Add skill: github-issue-methodology#142
RadonX wants to merge 1 commit intoopenclaw:mainfrom
RadonX:main

Conversation

@RadonX
Copy link

@RadonX RadonX commented Mar 3, 2026

Summary

Adds a comprehensive methodology for addressing GitHub issues in open-source projects.

What This Skill Teaches

Systematic approach to investigating, fixing, and validating issues:

  1. Autonomous Research First - Read docs, explore patterns, don't wait for reviewers
  2. Understand Deeply - Reproduce bugs, investigate root causes
  3. Explore Existing Solutions - Use test harnesses, follow patterns
  4. Implement with Tests - Write tests alongside fixes
  5. Validate Thoroughly - Run tests, check CI/CD
  6. Write Clear PRs - Descriptive titles, focused changes
  7. Respond Quickly - Address feedback within hours

Distilled From Real-World Experience

This skill was created after a PR was superseded because:

  • Tests were not written upfront
  • Existing test harnesses were not explored
  • The contributor waited for reviewer guidance
  • Another contributor shipped faster with comprehensive tests

Target Audience

  • AI agents contributing to open-source
  • Developers new to open-source contributions
  • Anyone who wants to improve their PR workflow

Category

This skill fits best in:

  • Git and GitHub workflow improvement
  • Coding Agents and IDEs contribution methodology

The skill is generic and applicable to any open-source project.

Comprehensive methodology for addressing GitHub issues in open-source projects.

Key principles:
- Autonomous research before coding
- Explore existing test patterns
- Write tests alongside fixes
- Validate thoroughly
- Ship quickly (6-12 hours from issue to PR)

Distilled from real-world experience contributing to OpenClaw.
@openclaw-barnacle
Copy link

Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead.

@openclaw-barnacle openclaw-barnacle bot closed this Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant