help

Inspect Apple template project files and report the next command.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill help-glwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/glwr/ai-coding-base/tree/main/apple/.claude/skills/help
Command: npx skills add https://github.com/glwr/ai-coding-base --skill help-glwr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects using the Apple template can be fragmented across README, feature specs, issues, and reports which makes it hard to know the current status and the exact next action; this Skill consolidates those signals into a single, actionable snapshot so users always know what to run next.

Core Features & Use Cases

  • Project state analysis: Reads README.md, features/INDEX.md, feature spec files, context/, and security/report directories to determine initialization, feature progress, and context health.
  • Operational checklist & next command: Reports open bugs and tasks, QA/security/HIG/release status per feature, and returns the single most important slash command to run next with exact file path references.
  • On-demand Q&A: Answers specific user questions about available skills, workflows, project structure, and release steps, referencing relevant files and commands.
  • Use case: A developer is unsure if a feature is ready for QA; run this Skill to get a features table, identify missing Tech Design or QA results, and receive the exact command (for example, /architecture or /qa) to proceed.

Quick Start

Run /help to get a concise project status, a features overview, and the exact next command to run.

Frequently Asked Questions about help

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

FAQPage Schema
How do I check the current workflow status of an Apple template project?

To check an Apple template project's workflow status, inspect README.md, features/INDEX.md, and feature spec files to produce a concise status summary and identify the exact next action to take.

What is the next actionable step for my feature development lifecycle?

The next actionable step is found by inspecting GitHub issues, security reports, and context files to report open bugs and return a single recommended slash command with exact file path references.

How do I know if a feature is ready for QA in my project?

To know if a feature is ready for QA, generate a features table checking QA, security, HIG, and release status per feature to identify missing Tech Design or QA results and receive the exact command to proceed.

Can I get project status guidance for Apple template projects using CLI tools?

Yes, you can get project status guidance for Apple template projects using CLI tools by running a slash command that consolidates signals from README, feature specs, GitHub issues, and security reports into an actionable snapshot.

How do I find the exact slash command to run next for my project context?

You find the exact slash command to run next by analyzing your project's feature specs and context files to determine progress gaps, returning the single most important command with referenced file paths.