Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ GitHub Agentic Workflows combines the power of AI agents with GitHub's collabora
Run natural language workflows that can understand context, make decisions, and take meaningful actions across your repositories.

<CardGrid stagger>
<Card title="πŸš€ Quick Start" icon="rocket">
<Card title="Quick Start" icon="rocket">
Get your first agentic workflow running in minutes. Learn how to install the extension and set up AI-powered automation.
[Get Started β†’](/gh-aw/start-here/quick-start/)
</Card>
<Card title="πŸ“– Learn Concepts" icon="open-book">
<Card title="Learn Concepts" icon="open-book">
Understand how agentic workflows work and explore the capabilities of AI-driven repository automation.
[Learn More β†’](/gh-aw/start-here/concepts/)
</Card>
<Card title="πŸ”§ Browse Commands" icon="setting">
<Card title="Browse Commands" icon="setting">
Explore all available CLI commands for managing agentic workflows with the GitHub CLI extension.
[View Commands β†’](/gh-aw/tools/cli/)
</Card>
<Card title="πŸ”’ Security Guide" icon="lock">
<Card title="Security Guide" icon="approve-check-circle">
Learn about security considerations, permissions, and best practices for safe agentic automation.
[Security Guide β†’](/gh-aw/guides/security/)
</Card>
Expand All @@ -54,19 +54,19 @@ Run natural language workflows that can understand context, make decisions, and
Explore application areas of agentic workflows. Each category addresses different aspects of software development and team coordination through intelligent automation.

<CardGrid>
<Card title="πŸ“‹ Research, Status & Planning" icon="information">
<Card title="Research, Status & Planning" icon="information">
Automated workflows for research, team coordination, and project planning. Strategic awareness and team coordination through automated intelligence gathering and progress tracking.
[Explore Research & Planning Workflows β†’](/gh-aw/samples/research-planning/)
</Card>
<Card title="οΏ½ Triage & Analysis" icon="magnifier">
<Card title="Triage & Analysis" icon="magnifier">
Intelligent automation for issue management, accessibility reviews, and CI failure investigation. Deep analytical capabilities with pattern recognition and systematic analysis.
[Explore Triage & Analysis Workflows β†’](/gh-aw/samples/triage-analysis/)
</Card>
<Card title="οΏ½ Coding & Development" icon="setting">
<Card title="Coding & Development" icon="setting">
Automated workflows for dependency management, documentation updates, and pull request assistance. Streamline development tasks while improving code quality.
[Explore Coding & Development Workflows β†’](/gh-aw/samples/coding-development/)
</Card>
<Card title="πŸ§ͺ Quality & Testing" icon="star">
<Card title="Quality & Testing" icon="star">
Automated workflows for test coverage improvement and performance optimization. Systematic quality improvements and technical debt reduction.
[Explore Quality & Testing Workflows β†’](/gh-aw/samples/quality-testing/)
</Card>
Expand Down
Loading