{"id":50763394,"url":"https://github.com/ramesherrorhunter/kiro-ci-agent","last_synced_at":"2026-06-11T12:30:18.791Z","repository":{"id":353917403,"uuid":"1221414686","full_name":"ramesherrorhunter/kiro-ci-agent","owner":"ramesherrorhunter","description":"Kiro agent for CI/CD pipeline automation and management","archived":false,"fork":false,"pushed_at":"2026-04-26T07:18:01.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T09:25:58.205Z","etag":null,"topics":["ai-agents","automation","ci-cd","devops","github","gitlab","kiro"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramesherrorhunter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T07:07:20.000Z","updated_at":"2026-04-26T07:55:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ramesherrorhunter/kiro-ci-agent","commit_stats":null,"previous_names":["ramesherrorhunter/kiro-ci-agent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ramesherrorhunter/kiro-ci-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramesherrorhunter%2Fkiro-ci-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramesherrorhunter%2Fkiro-ci-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramesherrorhunter%2Fkiro-ci-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramesherrorhunter%2Fkiro-ci-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramesherrorhunter","download_url":"https://codeload.github.com/ramesherrorhunter/kiro-ci-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramesherrorhunter%2Fkiro-ci-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34199516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","automation","ci-cd","devops","github","gitlab","kiro"],"created_at":"2026-06-11T12:30:18.061Z","updated_at":"2026-06-11T12:30:18.783Z","avatar_url":"https://github.com/ramesherrorhunter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ci-agent\n\nAn intelligent Kiro CLI agent that auto-generates GitHub Actions or GitLab CI pipelines by analyzing your codebase — no manual configuration needed.\n\n---\n\n## Purpose\n\nEliminate the manual effort of writing CI pipelines. The agent inspects your project, detects your language, framework, and available scripts, then produces a production-ready pipeline file.\n\n---\n\n## Solutions Offered\n\n| Problem | Solution |\n|---|---|\n| Writing CI pipelines from scratch | Auto-generates based on project files |\n| Missing cache configuration | Automatically caches dependencies |\n| Wrong test/build commands | Infers commands from package.json, Makefile, etc. |\n| GitHub vs GitLab confusion | Auto-detects platform from git remote |\n| Skipping lint/build steps | Includes all available steps automatically |\n\n---\n\n## Benefits\n\n- **Zero config** — infers everything from your project files\n- **Platform-aware** — detects GitHub Actions vs GitLab CI automatically\n- **Multi-language support** — Node.js, Python, Go, Java, Rust, Ruby\n- **Dependency caching** — faster pipeline runs out of the box\n- **Consistent output** — follows the same best-practice sequence every time\n\n---\n\n## How It Works\n\nThe agent runs 3 skills in sequence:\n\n```\nanalyze_project → detect_ci_platform → generate_ci_pipeline\n```\n\n| Skill | What it does |\n|---|---|\n| `analyze_project` | Detects language, framework, and port in a single pass |\n| `detect_ci_platform` | Detects GitHub vs GitLab and extracts test/build/lint commands |\n| `generate_ci_pipeline` | Writes the pipeline file with caching and all steps |\n\n---\n\n## Installation\n\n**1. Clone the repo**\n```bash\ngit clone https://github.com/ramesherrorhunter/kiro-ci-agent.git\n```\n\n**2. Copy the agent into your project**\n```bash\ncp -r kiro-ci-agent/.kiro /path/to/your/project/\n```\n\nOr copy into the current directory:\n```bash\ncp -r kiro-ci-agent/.kiro .\n```\n\nThat's it — the agent and all skills are now available in your project.\n\n---\n\n## SOP — Standard Operating Procedure\n\n### Prerequisites\n- Kiro CLI installed\n- Project directory accessible\n\n### Steps\n\n**1. Navigate to your project**\n```bash\ncd /path/to/your/project\n```\n\n**2. Start Kiro CLI**\n```bash\nkiro-cli\n```\n\n**3. Select the agent**\n\nType `/agent` and from the dropdown select `ci-agent`\n\n**4. Review generated file**\n```\n.github/workflows/ci.yml    ← for GitHub\n.gitlab-ci.yml              ← for GitLab\n```\n\n### Expected Outputs\n\n| Platform | File | Stages |\n|---|---|---|\n| GitHub Actions | `.github/workflows/ci.yml` | install → lint → test → build |\n| GitLab CI | `.gitlab-ci.yml` | install → lint → test → build |\n\n### Supported Languages\n\n| Indicator File | Detected Language |\n|---|---|\n| `package.json` | Node.js |\n| `requirements.txt` / `pyproject.toml` | Python |\n| `go.mod` | Go |\n| `pom.xml` / `build.gradle` | Java |\n| `Cargo.toml` | Rust |\n| `Gemfile` | Ruby |\n\n### Notes\n- Lint and build stages are skipped if no corresponding command is detected\n- Default platform is GitHub Actions if remote URL cannot be determined\n- Re-run the agent after adding new scripts or switching CI platforms\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framesherrorhunter%2Fkiro-ci-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framesherrorhunter%2Fkiro-ci-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framesherrorhunter%2Fkiro-ci-agent/lists"}