project

Orchestrate codebase operations including tests, git workflows, and PR management.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kamelmh/opencode --skill project-kamelmh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project
Source: https://github.com/kamelmh/opencode/tree/main/skills/project
Command: npx skills add https://github.com/kamelmh/opencode --skill project-kamelmh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The project hub prevents fragmented, forgetful workflows by centralizing common repository operations—tests, commits, staging, reviews, PR management, optimization, icons, and file organization—into one consistent entry point.

Core Features & Use Cases

  • Run project workflows from one hub: Choose a subcommand to generate tests, create conventional commits, stage changes from the current thread, review code, manage pull requests, optimize code, generate icon assets, organize files, analyze patterns, and generate changelogs.
  • Consistent argument handling: No-argument mode presents a structured menu of operations with descriptions, while subcommands delegate to the appropriate command or skill.
  • Concrete use cases: Generate an 8-type test suite for an agent, run a targeted security-focused review, create and merge a PR, and then commit follow-up fixes—without hunting for the right tool each time.

Quick Start

Use the project hub to generate tests for an agent by running: /project tests agent-name

Frequently Asked Questions about project

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

FAQPage Schema
How do I generate comprehensive tests for an agent in my repository?

Run tests through the project hub to generate an 8-type test suite that verifies agent behavior comprehensively. Use the targeted subcommand to dispatch test generation directly, ensuring your code changes are validated before review.

What's the best way to manage git workflow actions like staging and conventional commits?

Centralize git workflow actions by routing staging and conventional commits through the project hub. It dispatches these repository operations to the appropriate underlying commands, preventing fragmented and forgetful maintenance workflows.

Can I run a targeted code review and manage pull requests from one place?

Execute targeted code reviews and manage pull requests from a single hub. You can run security-focused reviews, create and merge PRs, and commit follow-up fixes without hunting for separate tools across your repository workflow.

How do I generate a changelog and icon assets for my project?

Generate changelogs and icon assets by selecting these operations from the project hub menu. It orchestrates icon asset generation and changelog creation alongside other repository maintenance tasks to ensure consistent project updates.

Do I need to memorize subcommands to use the project workflow hub?

No, you do not need to memorize subcommands. Running the project hub with no arguments presents an interactive, question-based menu with structured descriptions of all available operations for guided repository maintenance.