7 Open Issues Need Help Last updated: Feb 22, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The documentation for the project's skills is outdated, with README.md listing 33 skills while the actual `skills/` folder contains 51. The setup scripts (`setup.sh` and `setup.ps1`) also reference an incorrect number of skills (27) and have outdated category breakdowns. This issue requires updating the README, both setup scripts, and ensuring consistency in skill listings and category information.

Complexity: 3/5
documentation good first issue

AI Summary: This issue proposes the creation of a new 'error resolver' subagent and skill. This specialized agent will be designed to analyze user-provided error messages, exceptions, and stack traces, offering diagnostic information and potential solutions. It will be explicitly invoked by users and leverage MCP tools for error analysis, using the Opus 4.6 model.

Complexity: 3/5
enhancement good first issue

AI Summary: This issue proposes adding integration for the Playwright MCP server into the project's `config.json` file. The goal is to enable automated browser testing capabilities within the agent system by configuring and enabling the Playwright MCP server. This is an enhancement to support automated testing workflows.

Complexity: 2/5
enhancement good first issue

AI Summary: This issue aims to significantly enhance the `setup.sh` script to support macOS and Windows in addition to Linux, by integrating with platform-specific shell configurations and package managers. It also introduces a new feature for periodic automatic updates of `opencode-ai`, including backup and notification systems.

Complexity: 4/5
enhancement good first issue

AI Summary: This issue proposes the creation of two new configuration files, `.AGENTS.md` at the project level and `~/.config/opencode/AGENTS.md` at the global level. These files will define rules and preferences for OpenCode agent behavior, skill routing, and coding conventions, with a defined hierarchy where global settings can be overridden by project-specific ones. The `config.json` file will also be updated to reference these new configuration files and document the hierarchy.

Complexity: 3/5
documentation enhancement good first issue

AI Summary: This issue proposes a two-phase refactoring effort to integrate valuable skills, agents, rules, and commands from the 'everything-claude-code' repository into the OpenCode format. The goal is to enhance OpenCode by adopting best practices for coding standards, testing, security, and agent orchestration, while ensuring compatibility.

Complexity: 4/5
documentation enhancement good first issue

AI Summary: This enhancement aims to automate the process of updating JIRA ticket statuses to 'Done' or 'Closed' once a corresponding Pull Request is successfully merged. Currently, JIRA tickets remain in their previous state, requiring manual updates. The implementation will involve detecting PR merge events, querying JIRA for valid transitions, and executing the transition using provided tools, along with updating relevant documentation.

Complexity: 3/5
enhancement good first issue