Village Product and Developer Docs
  • 📘Welcome to Village Labs
    • Welcome to Village Labs
    • Self Service Onboarding
    • Help Pages
      • Adding and Deleting Users
      • Mapping Users to Source tool IDs
      • How to follow or unfollow other users
      • Configuring & Removing Daily Slack Notification Whitelist
      • Changing the Reporting Lines & Teams
      • Following Custom Reports
      • Google Drive Privacy: When will my documents appear in Village Reports?
    • Custom Reports
      • Creating Team Reports
      • Creating Custom Reports & Custom Prompt Library
    • Meetings
      • Connecting your Calendar
      • Configuring your Meetings
      • Meeting Summary Reports
    • Village Assistant
      • Github PR Review Tool
    • Security & Compliance
    • Data Privacy & Permissions
  • 🔌Data Connections
    • Airtable
    • Ashby
    • Clickup
      • Finding ClickUp User IDs
    • Figma
    • Github
      • Finding GitHub User IDs
    • Gitlab
    • Google - OAuth (Recommended)
    • Google - Manual Connection
    • Hubspot
    • Jira
      • Finding Jira User IDs
    • Confluence
      • Finding Confluence / Jira User IDs
    • Linear
    • Asana
    • Monday
    • Notion
    • Pipedrive
    • Slack
    • Basecamp
    • Zoom
  • 👩‍💻Legacy Developer Docs
    • Developer Quickstart
    • Village APIs: Introduction
      • Activity API
      • User Status API
      • Patch User API
      • Segments API
      • Redemption API
      • Master Award Controls
      • Connections (Referrals) APIs
      • GET APIs
    • 3rd Party Payments Integrations
    • Embedding Village Dashboards
  • 🕵️LEGACY Knowledge Base
    • Admin Quickstart
    • Referrals Support
    • The Basics of Village in 15 Minutes
    • Programs & Rules
      • Triggers
        • Activities
        • Goals
      • Conditions
        • Segment Conditions
        • Time Conditions
        • Max Budget Conditions
        • Conditional Multipliers
    • Awards
      • Monetary (Cash) Awards
      • Non-Monetary Awards
        • Funding
          • In-depth use cases for funding pools
      • Badges & Statuses
      • Award Expiration
    • Segments
      • Segmentation Use Cases
    • Rule Evaluation Logic Deep-dive
    • The Village Dashboards
      • Admin Account Creation
      • User Access Management
      • Network Settings
      • User Dashboard
    • BigQuery
    • Managing Payment Integrations
    • Referrals (Connections)
      • Pre-populating Users' Unique Referral Codes In Signup Flows & Forms
  • No and Low Code Solutions
    • No and Low Code Solutions
      • No & Low Code Solutions
  • Feedback
    • Village Docs Feedback Form
    • Feature Requests
    • Talk to our Team
Powered by GitBook
On this page
  • How use the PR Review Analysis Report Tool
  • How use the Ask Village feature

Was this helpful?

  1. Welcome to Village Labs
  2. Village Assistant

Github PR Review Tool

Our Github Pull Request Review tool allows you to automatically generate an Analysis Report as a comment on your Pull Requests plus use the Ask Village feature for instant feedback.

PreviousVillage AssistantNextSecurity & Compliance

Last updated 6 months ago

Was this helpful?

How use the PR Review Analysis Report Tool

When you create a Pull Request, the @villagelabsco bot will generate an analysis of the diffs and comment back into the PR with the report. The report includes:

  • Code Change Summary

  • Potential Vulnerabilities

  • Code Smells

  • Debug Logs

  • Any Unintended Consequences

  • Risk Score

Depending on the size of the PR, the report can take up to 1 minute to generate. Once the report is generated, it will be posted back into the PR as a comment

Check out the demo below to see how the report posts back to your PR:

How use the Ask Village feature

You can also Ask Village any question directly in your PR for instant feedback and further analysis. To use this feature:

  • Simply type '@villagelabsco question <insert_your_question>' into your PR as a comment and the @villagelabsco bot will post back the answer as a comment.

You must follow the syntax @villagelabsco question <insert_your_question> exactly including the word 'question' to trigger the prompt.

e.g. @villagelabsco question How can I better handle using two Authentication methods?

Check out the demo below to see how the question prompt posts the response back to your PR:

📘