gowrav-vishwakarma/PRD Code Verifier
Verify code implementations against documentation using AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_file | Path to project JSON configuration file | yes | prd-verification.json |
| documentation_repo | Documentation repository URL (optional) | no | "" |
| documentation_branch | Documentation repository branch | no | main |
| frontend_repo | Frontend repository URL (optional) | no | "" |
| frontend_branch | Frontend repository branch | no | main |
| backend_repo | Backend repository URL (optional) | no | "" |
| backend_branch | Backend repository branch | no | main |
| run_all_verifications | Run all verifications instead of just changed files | no | false |
| specific_verifications | Comma-separated list of specific verification names to run | no | "" |
| ai_provider | AI provider to use (openai, gemini, ollama, lm_studio) | no | openai |
| ai_model | AI model to use | no | gpt-3.5-turbo |
| ai_base_url | AI provider base URL (for custom endpoints) | no | "" |
| output_folder | Output folder for reports | no | ./reports |
| publish_results | Publish results to GitHub | no | true |
| publish_path | Path in repository to publish results | no | reports |
| publish_to_repo | Repository to publish to (format: owner/repo, overrides current repo) | no | "" |
| publish_to_branch | Branch to publish to (overrides current branch) | no | "" |
| base_commit | Base commit for change detection | no | HEAD~1 |
| target_commit | Target commit for change detection | no | HEAD |
Outputs
| name | description |
|---|---|
| results_path | Path to the generated results |
| verification_count | Number of verifications run |
| success_count | Number of successful verifications |