Skip to content

feat: add GitHub profile skill sync and improve skill-based project recommendations#495

Open
chaurasianandani389-sketch wants to merge 1 commit into
komalharshita:mainfrom
chaurasianandani389-sketch:main
Open

feat: add GitHub profile skill sync and improve skill-based project recommendations#495
chaurasianandani389-sketch wants to merge 1 commit into
komalharshita:mainfrom
chaurasianandani389-sketch:main

Conversation

@chaurasianandani389-sketch
Copy link
Copy Markdown

Related Issue

Closes #<364>

Summary

This PR introduces GitHub profile integration to automatically fetch user skills from public repositories and enhances the project recommendation workflow by using the synced skills for personalized project suggestions.

Changes Made👍👍

GitHub Skill Sync

Added GitHub username input modal.
Integrated GitHub API to fetch public repositories.
Extracted programming languages from repositories.
Automatically populated detected skills into the skill selection section.
Added validation and error handling for invalid usernames and failed API requests.

Skill Management Improvements👍👍👍

Prevented duplicate skill entries.
Synced fetched skills with existing skill chip functionality.
Updated hidden skills input automatically for form submission.

Recommendation Workflow👍👍

 Ensured fetched GitHub skills are included in recommendation requests.
 Improved skill-based project matching experience.
 Maintained compatibility with manually added skills.

UI/UX Enhancements👍👍👍

  Added modal open/close functionality.
  Added loading state during GitHub synchronization.
  Improved feedback messages for users.
  Preserved existing recommendation flow.

Testing Performed 👍👍👍👍

✅ Valid GitHub username fetches skills successfully.
✅ Skills appear as selectable chips.
✅ Duplicate skills are not added.
✅ Invalid username displays an error message.
✅ Recommendations are generated using fetched skills.
✅ Existing manual skill entry continues to work.
✅ Modal opens and closes correctly.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

@chaurasianandani389-sketch is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting your first pull request to DevPath.

Before review:

  • Complete the PR template fully
  • Ensure all tests pass
  • Link your PR to an issue
  • Keep changes scoped to the issue

A maintainer will review your contribution soon.

@chaurasianandani389-sketch
Copy link
Copy Markdown
Author

Please Have a look at this and tell me if further changes are required. As I have tried to fix all issue related to the skill section and project recommendation section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant