Commit Graph

8 Commits

Author SHA1 Message Date
de28d8fc24 📖 docs: add comprehensive API discovery documentation to gitea-client
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Has been cancelled
2026-04-06 17:32:07 +02:00
157d8e2d19 🔧 chore: update all references from DanceLessonsCoach to dance-lessons-coach
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 4m0s
2026-04-06 17:27:07 +02:00
cb656b2711 📝 docs: add comprehensive reference guide and update to kebab-case (related to #2) 2026-04-06 17:19:18 +02:00
89f17cba7d 🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
2026-04-06 16:56:11 +02:00
7c8c821f66 feat: enhance commit message skill with issue reference suggestions (related to #2)
Some checks failed
Go CI/CD Pipeline / Build and Test (push) Successful in 4m26s
Docker Build and Publish / Version Bump (push) Successful in 10m6s
Go CI/CD Pipeline / Lint and Format (push) Successful in 10m33s
Go CI/CD Pipeline / Version Management (push) Successful in 25s
Main Branch CI/CD (Optimized) / Build and Test (push) Failing after 4m2s
Main Branch CI/CD (Optimized) / Lint and Format (push) Successful in 4m41s
Main Branch CI/CD (Optimized) / Version Management and Docker Build (push) Has been skipped
Docker Build and Publish / Build and Push Docker Image (push) Failing after 5m1s
2026-04-06 16:06:42 +02:00
b724542519 📖 docs: add PR commenting use case to Gitea client skill
Some checks failed
Go CI/CD Pipeline / Arcodange Workflow Validation (push) Failing after 1m28s
Go CI/CD Pipeline / Arcodange Workflow Validation (pull_request) Has been cancelled
Go CI/CD Pipeline / Version Management (pull_request) Has been cancelled
Go CI/CD Pipeline / Build and Test (pull_request) Has been cancelled
Go CI/CD Pipeline / Lint and Format (pull_request) Has been cancelled
Go CI/CD Pipeline / Lint and Format (push) Successful in 2m41s
Go CI/CD Pipeline / Build and Test (push) Successful in 4m36s
Go CI/CD Pipeline / Version Management (push) Has been skipped
Enhance documentation with real-world examples:

- Add PR commenting workflow use case

- Include actual examples from this project

- Show automated feedback patterns

- Document CI integration examples

Makes the skill more practical and valuable

for both humans and AI agents.
2026-04-06 13:09:13 +02:00
9a20b6e778 📖 docs: enhance Gitea client skill with web UI integration
Add web UI link documentation and examples:

- Document html_url field usage in responses

- Add examples for opening jobs in browser

- Include common URL patterns

- Enhance job-status and list-workflow-jobs docs

Makes it easier to navigate between CLI and web UI

for better CI/CD monitoring and debugging.
2026-04-06 12:50:41 +02:00
7677b86b06 🤖 feat: add Gitea client skill for CI/CD monitoring
Add comprehensive Gitea client skill with capabilities to:

- Monitor CI/CD job status and workflows

- Fetch detailed job logs and action logs

- List workflow jobs to identify failures

- Comment on pull requests

- Save logs to files for analysis

Includes:

- Main client script with authentication support

- Complete documentation and usage examples

- Support for both GITEA_API_TOKEN and GITEA_API_TOKEN_FILE

- Comprehensive error handling and workflows

Enables AI agents to monitor, diagnose, and interact with

Gitea Actions workflows and pull requests.
2026-04-06 12:34:28 +02:00