{"id":18150942,"url":"https://github.com/jotanarciso/azion-ai-code-review-action","last_synced_at":"2026-04-17T05:02:27.275Z","repository":{"id":260515003,"uuid":"880956857","full_name":"jotanarciso/azion-ai-code-review-action","owner":"jotanarciso","description":"Performs an AI-powered code review on pull requests using Azion's AI SDK.","archived":false,"fork":false,"pushed_at":"2024-10-31T18:54:11.000Z","size":58422,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T12:06:01.961Z","etag":null,"topics":["actions","ai","code-review","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jotanarciso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-10-30T16:57:45.000Z","updated_at":"2024-10-31T18:54:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a3df52b-c93e-4809-b0b8-268579083653","html_url":"https://github.com/jotanarciso/azion-ai-code-review-action","commit_stats":null,"previous_names":["jotanarciso/azion-ai-code-review-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jotanarciso/azion-ai-code-review-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jotanarciso%2Fazion-ai-code-review-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jotanarciso%2Fazion-ai-code-review-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jotanarciso%2Fazion-ai-code-review-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jotanarciso%2Fazion-ai-code-review-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jotanarciso","download_url":"https://codeload.github.com/jotanarciso/azion-ai-code-review-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jotanarciso%2Fazion-ai-code-review-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["actions","ai","code-review","typescript"],"created_at":"2024-11-02T01:05:55.199Z","updated_at":"2026-04-17T05:02:27.241Z","avatar_url":"https://github.com/jotanarciso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azion AI Code Review Action\n\nPerforms an AI-powered code review on pull requests using Azion's AI technology. The action analyzes the changes and provides insights, suggestions, and potential improvements.\n\n## Features\n- Automated code review using AI\n- Customizable review prompts\n- Supports multiple files analysis\n- Provides detailed feedback in markdown format\n\n## Inputs\n\n* __github-token__: GitHub token for repository access (required)\n* __azion-token__: Azion token for AI service authentication (required)\n* __prompt__: Custom prompt for the AI code review (optional)\n  * Default: Analyzes the PR and provides implementation summary, good practices, problems, and improvement suggestions\n* __max-files__: Maximum number of files to review (optional)\n  * Default: 1000\n\n## Usage Example\n```yaml\nname: AI Code Review\n\non:\n  pull_request:\n    types: [opened, synchronize]\n    branches:\n      - main\n      - develop\n\npermissions:\n  contents: read\n  pull-requests: write\n  checks: write\n\njobs:\n  code-review:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      \n      - name: Run AI Code Review\n        uses: jotanarciso/azion-ai-code-review-action@main\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          azion-token: ${{ secrets.AZION_TOKEN }}\n          prompt: |\n            Please review this code focusing on:\n            - Security best practices\n            - Performance optimizations\n            - Code maintainability\n            - Potential bugs\n          max-files: 50\n```\n\n## Custom Prompt Examples\n\n### Security Focus\n```yaml\nprompt: |\n  Analyze this code with a focus on security:\n  - Check for potential vulnerabilities\n  - Identify security best practices\n  - Suggest security improvements\n  - Review error handling\n```\n\n### Performance Focus\n```yaml\nprompt: |\n  Review this code for performance:\n  - Identify performance bottlenecks\n  - Suggest optimization opportunities\n  - Check resource usage\n  - Review algorithmic efficiency\n```\n\n## Notes\n- The action requires both `GITHUB_TOKEN` and `AZION_TOKEN` secrets configured in your repository\n- Reviews are posted as pull request comments\n- Large files or PRs might be skipped to maintain performance\n- The action follows GitHub's rate limits and best practices\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjotanarciso%2Fazion-ai-code-review-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjotanarciso%2Fazion-ai-code-review-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjotanarciso%2Fazion-ai-code-review-action/lists"}