Engineering Intelligence

Git Analytics Dashboard ?

Repository health, contributor output, branch drift, and AI review quality in one operational view.
Projects ?
8
Current selected period
Developers ?
7
Current selected period
Project Health ?
74%
Current selected period
Security Score ?
55%
Current selected period
Delivery Risk ?
13%
Current selected period
AI Usage ?
100%
Current selected period
Health Score Trend ?
Selected-period quality, security, and bug-safety score.
25 50 75 100 Jul 01 Jul 02 Jul 03 Jul 04 Jul 05 Jul 06 Jul 07 Jul 08 Jul 09 Jul 10 Jul 11
Dashboard Scores ?
Executive health signals.
Project Health Score ? 74%
Developer Productivity ? 85%
Code Quality Score ? 72%
Security Score ? 55%
AI Usage % ? 100%
Delivery Risk ? 13%
Delivery Risk ?
Highest-risk projects first.
ProjectRisk
antfast-dashboard Low
army Low
army510 Low
avriti-backend Low
Safee-meet-app Low
avriti Low
Top Performers ?
Developer leaderboard with score bars.
AI Summary ?
Insights for leadership review.
  • Tech dept decreased by 3%
  • 0 projects at risk
  • 0 inactive developers
  • Business value score is 68%
Team Health ?
7 / 7
Active Developers7
Inactive0
Technical Depth ?
25%
Current Tech Dept25%
Last Month27%
AI Usage ?
100%
AI Generated100%
Human0%

Repositories ?

Synced repositories with branch and commit coverage.

Branch Ahead / Behind ?

Merge drift grouped by branch freshness.
RepositoryBranchAheadBehindStatus
antfast-dashboard main 0 0 Healthy
army main 0 0 Healthy
army510 main 0 0 Healthy
avriti main 0 0 Healthy
avriti-backend main 0 0 Healthy
newworldofrice master 0 0 Healthy
Safee-meet-app main 0 0 Healthy
safee-meet-backend main 0 0 Healthy

Developer Performance Report ?

Quality-adjusted output and professional score by contributor.
User Email Commits Changed Lines ? Hours ? Quality ? AI Composite ? Professional Score ?
Akash Kumar akashkr15082000@gmail.com 17 16,545
31.63
29.57h / 93.50h
76.18 74.00 70.45
Amit Kumar Mishra amitmishrag2020@gmail.com 18 7,250
27.24
25.47h / 93.50h
73.89 71.50 68.16
Jatin Arora jarora1994@gmail.com 10 28,776
21.86
20.44h / 93.50h
57.50 58.70 59.52
Jyoti jyotimohar@gmail.com 5 31,848
35.23
32.94h / 93.50h
78.00 73.40 66.66
Manish Sindhwani sindhwanimanish24@gmail.com 5 9,655
25.36
23.71h / 93.50h
81.00 76.80 65.79
root root@ip-172-31-32-70.ap-south-1.compute.internal 4 2,617
10.96
10.25h / 93.50h
67.50 59.00 52.37
Varinder Kaur vkaur27@gmail.com 3 935
5.25
4.91h / 93.50h
65.00 66.67 49.48

Recent Commits ?

Latest reviewed changes with AI remarks and improvement notes.
MessageUserRepositoryBranch+ / -AI ?RemarkImproveDate
delete xlsx file Amit Kumar Mishra avriti main +0 / -0 48.00 The commit deletes multiple Excel files without additional context. While removal of obsolete or unwanted files can be valuable, lack of explanation, tests, or associated code changes lowers the quality and business value. Deleting files carries low bug risk and moderate security impact. The commit message is minimal, increasing fake work risk. commit message - commit message lacks detail - improve by explaining why the files were deleted and the impact of their removal 04 Jul 2026, 02:54 AM
logo links add Amit Kumar Mishra avriti main +31 / -9 74.00 This commit adds social media logo links to the contact page and implements a ScrollToTop component that scrolls to the top on route changes. It also updates the site header to scroll smoothly to top on homepage clicks, and adds some Excel files to .gitignore. The changes increase user navigation convenience and social media presence but have minor issues with security and UX consistency. app/contact/page.tsx:396 - href is set to '#' for YouTube and Threads - use actual URLs or remove dead links to improve business value and user experience 03 Jul 2026, 06:52 PM
add banner and services frontend Amit Kumar Mishra avriti main +297 / -517 81.00 This commit introduces frontend enhancements including a banner and service-related features. It adds service support in the checkout and my-order pages, fetches and displays banners, and builds a detailed service detail page with tabs and consultation fee display. The code generally follows React and Next.js conventions with appropriate type usage and state handling. Some parts use dangerouslySetInnerHTML which presents potential security risks if data isn't sanitized server-side. There is no explicit input validation or error handling in fetch calls beyond basic try/catch. Shipping logic update for all-service orders is a good business optimization. app/services/[slug]/page.tsx:100 - usage of dangerouslySetInnerHTML - ensure server-side sanitization of HTML to prevent XSS vulnerabilities 03 Jul 2026, 01:36 PM
slider dots issue Varinder Kaur avriti main +221 / -157 79.00 The commit addresses pagination issues for slider dots across multiple components by calculating and setting snap points and active pages. The approach is systematic and improves UX responsiveness with auto-scroll and snap point calculation. However, some repeated patterns across similar components could be better abstracted to reduce code duplication and potential future bugs. components/product-slider.tsx:32 - repeated state initialization pattern similar to service-slider and testimonial-slider - create a custom hook to manage slider state to reduce duplication and improve maintainability 03 Jul 2026, 05:33 AM
bug sheet issues Varinder Kaur avriti main +315 / -210 55.00 The commit primarily consists of many styling and layout changes across multiple frontend components, along with some minor logic related to auto-scrolling and navigation link activation. There is minimal indication of critical bug fixes or security improvements, and the commit message is vague. The risk of introducing bugs is moderate due to the many UI changes, and there is some technical debt from not detailing specific fixes. The security risk is low, but no explicit mitigation was observed. The business value is moderate given it improves user experience mostly. commit message - lacks detail - provide specific description of issues fixed and improvements made to increase business and bug risk scores 02 Jul 2026, 01:13 PM
mala product intregrate Amit Kumar Mishra avriti main +191 / -104 70.00 The commit adds multiple new state variables and props related to product details for an enhanced product page feature. It includes UI updates for displaying more detailed product information, images, and accordions. While the new data fields and UI improvements add business value, the commit message is unclear and contains a typo, impacting maintainability. Usage of 'dangerouslySetInnerHTML' poses a moderate security risk if the input is not sanitized. There are some redundant null checks and potential improvements in code documentation and consistency. commit message - unclear and typo in message - improve clarity and fix typo to enhance commit quality 02 Jul 2026, 05:18 AM
Merge branch 'amit' of https://github.com/jattin01/avriti-backend Jatin Arora avriti-backend main +722 / -181 81.00 The commit introduces product import improvements with caching of existing slugs and SKUs for performance and uniqueness checks, and implements validation and logic for categories, product types, variants, and attributes. It adds detailed SKU uniqueness checking for tiers in the AdminServiceDetailController and appropriately handles image uploads and slug generation. The code includes structured validation with meaningful error messages and no obvious security flaws, but some improvements could enhance robustness and coverage. app/Http/Controllers/AdminProductController.php:170 - Use of Product::pluck('slug')->flip() to check existing slugs is creative but flip() returns a collection; consider using a Laravel collection method like keyBy() or a native PHP array for clarity and performance. 10 Jul 2026, 04:20 AM
code changes Jatin Arora avriti-backend main +9 / -9 14.00 This commit adds or modifies environment variables related to database configuration in a .env file, including a plaintext password. The changes are minimal and do not reflect meaningful code improvements. The presence of a hardcoded password in the .env file is a significant security risk. The commit message is uninformative and does not describe the intent or impact of the changes. .env:44 - environment config - consider removing sensitive credentials or using environment-specific secrets management to improve security score 10 Jul 2026, 04:20 AM
fix services email tamplete billing only and complete backend Amit Kumar Mishra avriti-backend main +6 / -1 60.00 The commit improves the email template logic by conditionally rendering sections based on whether all items are services. However, inconsistent formatting and vague commit message reduce clarity. There are no obvious security or critical bug risks, but the incomplete commit message and lack of testing details lower confidence and business value. commit message - unclear and contains typos - rewrite commit message to clearly and professionally describe the change 09 Jul 2026, 12:54 PM
add services import and product import Amit Kumar Mishra avriti-backend main +338 / -96 74.00 The commit adds imports for product and service data with improvements to performance by preloading existing slugs, SKUs, and names to avoid repeated DB queries, and handles duplicates carefully. Cache control headers added for sample file downloads. The logic for processing CSV rows is clear and accounts for dry runs and error reporting. However, some improvements are possible in handling edge cases and consistent comment usage. app/Http/Controllers/AdminProductController.php:170 - Use Product::pluck('slug')->flip() may cause issues if slugs are not unique or if the keys flip incorrectly - consider validating uniqueness or using a Set type for clarity. 09 Jul 2026, 12:02 PM
add fiels for service details page Amit Kumar Mishra avriti-backend main +389 / -95 87.00 This commit adds support for service details including call types and tier fields with validation, migration, and API updates. The code improves the service detail data model and its handling in various controllers, enhancing business functionality. Validation exists for tier SKUs and input fields, and images are safely stored. However, some error handling and input sanitation could be strengthened, and more precise commit messages would help clarity. commit message - insufficient detail - improve commit message to better describe purpose and scope of changes, e.g., mention updating service details with call_type and tier_fields 08 Jul 2026, 01:34 PM
Merge branch 'amit' of https://github.com/jattin01/avriti-backend Jatin Arora avriti-backend main +2,637 / -171 75.00 The commit includes new controllers for managing banners and blogs with full CRUD, validation, and basic slug uniqueness handling, which is solid for a typical CMS backend. The business logic restricting the number of banners and image validation add value. However, security issues are present such as empty DB_PASSWORD in .env, which is a significant risk. The image upload handling lacks further security controls and sanitization. There is also a lack of authorization checks on these controller methods. The code quality is good but could improve with more comments and error handling. The commit message itself is a merge note and not descriptive of changes, lowering confidence. .env:39 - security issue - do not commit empty or default passwords, enforce strong DB_PASSWORD before commit 08 Jul 2026, 05:05 AM
code changes with amit branch Jatin Arora avriti-backend main +0 / -0 38.00 This commit adds two new image files without any code changes or explanation. The commit message is vague and does not describe the purpose or impact of these additions. The images could relate to product and service visuals, which can have moderate business value, but the lack of context and documentation reduces confidence in the quality and intent. Security risk is low but unknown. The fake work risk is high since there is no explanation or code context. commit message - vague and non-informative - provide a clear, descriptive commit message explaining the purpose and impact of these image additions 08 Jul 2026, 05:05 AM
complete backend Amit Kumar Mishra avriti-backend main +662 / -78 75.00 The commit adds backend support for importing products and service details from Excel files, including sample file downloads and input validation. It processes Excel shared strings properly and converts specific fields to HTML. While the functionality added is useful and structured, the code could be improved with better input validation, clearer error handling, and added security considerations (e.g., file type verification and error conditions). The commit message is vague and does not fully describe the changes, reducing fake work confidence. commit message - too vague - provide a detailed summary of changes to improve business value and fake work confidence 06 Jul 2026, 01:20 PM
blog backend and product import data fix Amit Kumar Mishra avriti-backend main +718 / -13 83.00 This commit adds a comprehensive blog management system including backend CRUD operations and API endpoints. It improves business capabilities by enabling blog creation, editing, listing, and deletion. The code includes validation, slug uniqueness, and read time calculations. The API provides filtered active blogs with metadata. While generally good, some security and quality improvements are possible. app/Http/Controllers/AdminBlogController.php:92 - image validation rule is different between creating and updating blogs. It can lead to inconsistent validation - unify validation rules or clarify the intent 05 Jul 2026, 10:09 AM
add issue for backend Amit Kumar Mishra avriti-backend main +20 / -13 52.00 This commit adds a new relationship method in the OrderItem model and introduces numerous duplicate div container blocks in various view files. It also adds two new ignored files to .gitignore. The changes to the model are a good step for data integrity but minimal. The repeated duplicated HTML div elements across many views appear to be copy-paste without distinct functional changes, which adds little value and may indicate poor maintenance or fake work. The commit message is vague and does not describe changes adequately. There are no obvious security improvements or bug risk mitigations. commit message - issue - provide clear, descriptive commit messages specifying purpose and details of changes 03 Jul 2026, 06:55 PM
add api and services and banner Amit Kumar Mishra avriti-backend main +1,258 / -88 71.00 The commit adds API and service management for banners and service details including CRUD operations with validation, file uploads, and slug generation. The code generally follows good practices and is functional but has several security risks and potential maintenance issues. .env:39 - security risk - avoid committing empty DB_PASSWORD or partial sensitive values in .env; remove from commit or mask 03 Jul 2026, 01:39 PM
Merge branch 'amit' of https://github.com/jattin01/avriti-backend Jatin Arora avriti-backend main +798 / -8 72.00 This commit adds a product import feature from Excel files, parsing XLSX format using ZipArchive and SimpleXML. It performs validation, auto-creates categories, types, and variants, and checks for duplicate SKUs. While it adds significant business value by automating product imports and reducing manual work, the implementation lacks sanitization and uses loose XML parsing, exposing some risk of malformed input causing issues. The SKU uniqueness check may be inefficient for large datasets, and there is minimal error handling for XML parsing failures. Also, possible security risks exist due to processing user upload files without deep validation or sanitization. app/Http/Controllers/AdminProductController.php:117 - simplexml_load_string usage without error handling - add error checks and handle malformed XML input gracefully 03 Jul 2026, 04:35 AM
code changes get from avirit Jatin Arora avriti-backend main +0 / -0 31.00 This commit mostly renames and deletes image files with no accompanying code changes or explanations. The commit message is vague and non-descriptive. There is little business value and no clear improvements in code quality, security, or bug prevention. commit message - vague and non-informative - provide a clear, descriptive commit message explaining the purpose and impact of these image changes 03 Jul 2026, 04:35 AM
add import sheet Amit Kumar Mishra avriti-backend main +798 / -8 69.00 The commit adds a lengthy import function from Excel files to the AdminProductController, implementing custom XML parsing and database operations with some auto-creation of related models. While it adds valuable import functionality that supports business growth, the implementation is complex and lacks explicit error handling, transaction safeguarding, or input sanitation beyond basic file validation. This can lead to bugs during import or security issues from malformed input or partial data writes. There are also some silent skips of rows that may complicate usability. app/Http/Controllers/AdminProductController.php:87 - add PHPDoc comment to the import method to improve code maintainability and clarity 01 Jul 2026, 11:35 AM