wayq-code

Report branch, commit, build, and source file status for the wayq codebase.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/rcrath/wayq --skill wayq-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayq-code
Source: https://github.com/rcrath/wayq/tree/main/.claude/skills/wayq-code
Command: npx skills add https://github.com/rcrath/wayq --skill wayq-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an overview of the current state of the wayq codebase, including branch information, recent commits, and build status, without the need for manual checks.

Core Features & Use Cases

  • Codebase Status: Show the active branch, recent commits, and working tree state.
  • Build Information: Report the last build type and result.
  • Status Page Check: Verify the availability of the wayq status page.
  • Source Files List: List the available source files in the src/ directory.
  • Working Rules: Summarize the working rules and division of labor for wayq development.
  • Use Case: Before starting a session in the wayq repo, or when needing an update on the project's current state.

Quick Start

Use the /wayq-code command to get the current state of the wayq codebase.

Frequently Asked Questions about wayq-code

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

FAQPage Schema
How do I get the current status of a git codebase?

To get the current status of a git codebase, you can run a command that reports the active branch, recent commits, and working tree state. This provides an instant overview without manual git checks.

What is the best way to check recent commits and build information for a local repository?

Checking recent commits and build information for a local repository is best done by generating a comprehensive status report. This summarizes the last build type, build result, and commit history directly from your local system.

How do I list available source files in a project's src directory?

You can list available source files in a project's src directory by executing a local system command that scans the folder. This quickly returns all source files present for developers working with the project.

Can I verify the availability of a project status page during development?

Yes, you can verify the availability of a project status page by running a status page check. This confirms whether the project's external status page is currently accessible and online.

Do I need any external dependencies to generate a codebase status report?

No external dependencies are required to generate a codebase status report. The skill relies solely on local git and system commands to gather branch, commit, and build data from your existing environment.

When do I need to generate a project status report for my development team?

You need to generate a project status report before starting a new session in the repository or when needing an update on the project's current state. It summarizes working rules and the division of labor for team members.