agentic-chat

Generate structured task descriptions for GitHub Copilot agents using gh-aw frontmatter conventions.

4.9k|489|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/githubnext/gh-aw --skill agentic-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-chat
Source: https://github.com/githubnext/gh-aw/tree/main/skills/agentic-chat
Command: npx skills add https://github.com/githubnext/gh-aw --skill agentic-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides an AI assistant to help users create clear, actionable task descriptions for GitHub Copilot agents, ensuring effective communication and successful execution of automated tasks. It simplifies prompt engineering for complex development tasks.

Core Features & Use Cases

  • Structured Task Descriptions: Generate task descriptions following a clear format including Objective, Context, Requirements, Steps, and Constraints.
  • Neutral Technical Tone: Maintain a precise, factual tone, focusing on specifications rather than implementation details.
  • Problem Decomposition: Break down complex problems into clear, actionable steps, using pseudo-code when necessary to clarify logic.
  • Effective AI Communication: Ensure prompts are accurate and use correct gh-aw terminology, avoiding ambiguities.
  • Use Case: A user has a complex refactoring task and needs help articulating it for an AI agent. This skill guides an AI assistant to break down the task into clear objectives, requirements, and steps, generating a structured prompt for the user.

Quick Start

Ask the agentic-chat skill to help you create a task description for an AI agent to 'refactor the user authentication flow'.

Frequently Asked Questions about agentic-chat

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

FAQPage Schema
How do I write effective task descriptions for GitHub Copilot agents?

Craft task descriptions using a structured format: Objective, Context, Requirements, Steps, and Constraints. Maintain neutral technical tone, decompose complex problems into clear actionable steps, and use gh-aw frontmatter conventions. This ensures AI agents execute your intent accurately without ambiguity.

What's the best way to break down a complex refactoring task for an AI assistant?

Problem decomposition guides AI assistants through multi-stage workflows. Structure the task by defining specific objectives, listing hard requirements, mapping logical steps, and noting constraints. Include pseudo-code where necessary to clarify logic, enabling agents to execute refactoring consistently.

How do I ensure my agentic workflows follow gh-aw conventions?

Agentic workflow task descriptions must adhere to gh-aw frontmatter specifications and neutral technical tone. Avoid implementation details; focus on specifications and requirements. This compliance ensures GitHub Copilot agents interpret and execute automation tasks correctly across code, documentation, and issue-tracking contexts.

Can I use structured prompts to automate issue-tracking and documentation tasks?

Yes. Structured task descriptions apply across code refactoring, documentation generation, and issue-tracking automation. Specify objectives, context, requirements, and steps clearly; this enables agents to execute consistent workflows in any development context where gh-aw automation applies.

What's the difference between specification-focused and implementation-focused prompts for AI agents?

Specification-focused prompts describe what and why without prescribing how. They state requirements, constraints, and desired outcomes, letting agents choose implementation. This approach produces clearer AI communication, fewer misinterpretations, and more flexible automated workflows than implementation-heavy instructions.