#Github introduced 𝐜𝐮𝐬𝐭𝐨𝐦 𝐚𝐠𝐞𝐧𝐭𝐬 💻 that can work alongside Github Copilot Agent and do extra work more tailored for your development practices and organization standards. Testing specialist, Implementation planner, Kubernetes architect and practically any agent profile you can think of. You can assign custom agent to Github issue or switch to it in VSCode while developing a new feature. Learn more here https://lnkd.in/dd3gd3F5 #GithubCopilot #AIDevelopment #AIAgents #AgenticAI
Github introduces custom agents for Copilot Agent
More Relevant Posts
-
🚀 New Video is Live! Just shared a hands-on tutorial on GitHub CLI (gh) - the official way to manage GitHub directly from your terminal. In this video, I cover installing gh, authenticating, creating repositories, managing issues & PRs, using extensions, aliases, and understanding where GitHub CLI fits best in real workflows. If you spend most of your time in the terminal, this can seriously improve your productivity. 🎥 Watch here: https://lnkd.in/dg5n5fTn #GitHub #GitHubCLI #DevOps #DeveloperTools #Productivity #CLI
To view or add a comment, sign in
-
-
Managing multiple GitHub accounts on the same machine? It's a common challenge for developers who work with different projects or organizations. Just published a comprehensive guide on how to set up SSH configs, manage multiple SSH keys, and switch between accounts seamlessly. Read the full article to set up multi-account GitHub workflows! 🚀 https://lnkd.in/dB-CvcZ5 #GitHub #Git #DevOps #DeveloperTips
To view or add a comment, sign in
-
-
Simple GitHub action to deploy your code to a VPS. Add GitHub secrets in your repo settings, change the TARGET path, and `git push` 🚀 Want to watch a full tutorial to learn how it works? #deployment #github #vps #webdev
To view or add a comment, sign in
-
-
Create GitHub Issues without leaving VS Code One small workflow change that saves a lot of context switching and friction. In this video, I’m showing how Saarthi makes external tool integrations ridiculously simple. With Saarthi, you can connect your GitHub MCP server once and then use it seamlessly across your workflows- directly from your IDE. No browser tabs, no copy-paste, no broken development flow. ✨ How it works Connect your GitHub MCP server once inside Saarthi From then on, while coding in VS Code, just prompt Saarthi Raise GitHub issues without leaving your editor Saarthi automatically creates a well-structured GitHub issue with: Clear title Detailed description Priority Labels Assignee 📌 No more switching tabs 📌 No more half-written or inconsistent issues 📌 No loss of context between development and issue tracking This is part of Saarthi’s larger vision: 👉 Bring all your external tools into the IDE and optimize the entire SDLC where developers already work. #Saarthi #DeveloperExperience #VSCode #GitHub #SDLC #AIForDevelopers #GodspeedSystems
To view or add a comment, sign in
-
This is real developer productivity: fewer tabs, less friction, and external tools managed directly from VS Code. Engineers stay in flow and teams stay aligned.
Create GitHub Issues without leaving VS Code One small workflow change that saves a lot of context switching and friction. In this video, I’m showing how Saarthi makes external tool integrations ridiculously simple. With Saarthi, you can connect your GitHub MCP server once and then use it seamlessly across your workflows- directly from your IDE. No browser tabs, no copy-paste, no broken development flow. ✨ How it works Connect your GitHub MCP server once inside Saarthi From then on, while coding in VS Code, just prompt Saarthi Raise GitHub issues without leaving your editor Saarthi automatically creates a well-structured GitHub issue with: Clear title Detailed description Priority Labels Assignee 📌 No more switching tabs 📌 No more half-written or inconsistent issues 📌 No loss of context between development and issue tracking This is part of Saarthi’s larger vision: 👉 Bring all your external tools into the IDE and optimize the entire SDLC where developers already work. #Saarthi #DeveloperExperience #VSCode #GitHub #SDLC #AIForDevelopers #GodspeedSystems
To view or add a comment, sign in
-
SSW's Adam Cogan thinks Duplicate GitHub issues are a good problem. In his blog this month, he shows how to triage dupes without alienating users. Clear comms, smart labels, human closes. Read more: https://lnkd.in/giVags6v #GitHub #OpenSource #ProductManagement
To view or add a comment, sign in
-
-
Developer lesson learned 😅 I started a project and forgot to create a GitHub repository. When I eventually created one, I realized I hadn’t been pushing my code consistently. Funny in hindsight, but it was a valuable reminder that good development isn’t just about writing code, it’s also about maintaining proper workflow and version control. I’m now more intentional about: • setting up repositories before starting • committing regularly • pushing code consistently Every project comes with lessons, both technical and process-related. On to better habits and better builds 🚀 #SoftwareDevelopment #GitHub #LearningInPublic #TechJourney #GrowthMindset
To view or add a comment, sign in
-
-
How difficult is it to use a code assistant, especially for an engineer working in an IT company? It's a simple GUI, easily integrated with your IDE, and offers a lot of help. A customer visiting the offshore center is providing training on GitHub Copilot, as he has noticed that many people are unfamiliar with how to use it. #githubCopilot
To view or add a comment, sign in
-
Want to level up your DevOps skills? Try these free tools for hands-on practice: • Git & GitHub: Version control & collaboration[devopscube +1] • Docker: Containerization for local build • Ansible & Terraform: Infrastructure as Code • Prometheus & Grafana: Monitoring & visualization • VS Code: Popular IDE for scripting and editing • Zabbix & Nagios: Open-source monitoring • Postman: API testing & automation • Semgrep & Grype: Security scanning Tutorial links: • Git/GitHub: https://lnkd.in/gJzhvhpy • Docker: https://lnkd.in/gnQdgas4 • Ansible: https://lnkd.in/gnZs-Bvg • Terraform: https://lnkd.in/gw7_afKk • Prometheus: https://lnkd.in/gHhrvxFV • Grafana: https://lnkd.in/gmHHYdac • Postman: https://lnkd.in/ghVzhzB9 • Zabbix: https://lnkd.in/gCx935Vm • Semgrep: https://lnkd.in/g4rqxn84 • Grype: https://lnkd.in/g-m4_htj Start building, break things, and learn fast! #DevOps #FreeTools #HandsOnLearning
To view or add a comment, sign in
-
𝐻𝑜𝑤 𝑡𝑜 𝑐𝑟𝑒𝑎𝑡𝑒 𝑎 𝐶𝐼/𝐶𝐷 𝑤𝑜𝑟𝑘𝑓𝑙𝑜𝑤? I just created my first CI/CD workflow in GitHub Actions. A workflow/pipeline is a set of instructions that GitHub runs automatically for you whenever something happens in your repo. Your workflow is a YAML file that must live inside the .github/workflows folder. Once it’s there, GitHub can read it and run it on events like a push. Looking at the picture, a workflow is basically made up of a few key parts: 1. 𝑻𝒉𝒆 𝒘𝒐𝒓𝒌𝒇𝒍𝒐𝒘 𝒏𝒂𝒎𝒆 This is just the label at the top so you can recognise it in the Actions tab. 2. 𝑻𝒉𝒆 𝒕𝒓𝒊𝒈𝒈𝒆𝒓 This decides when it runs. In the screenshot, it’s set up to run when code is pushed, so every push kicks off the automation. 3. 𝑱𝒐𝒃𝒔 A job is a container for the work that needs to happen. You can have one job or multiple jobs depending on how big the pipeline is. 4. 𝒓𝒖𝒏𝒔-𝒐𝒏 This is important. It tells GitHub what type of machine to spin up to run the job, like ubuntu-latest. Every time the workflow runs, it gets a fresh new vm, which is why workflows are reliable and repeatable. 5. 𝑺𝒕𝒆𝒑𝒔 Steps are the actual actions and commands the runner executes in order. In the pipeline below, it checks out the repo and then runs a simple command that prints “Hello, world”. That same structure is what bigger pipelines use to install dependencies, run tests, build the app, and deploy. Big takeaway from the screenshot: CI/CD isn’t magic, it’s just a structured workflow file that tells GitHub when to run, what machine to run on, and what steps to execute automatically. #DevOps #CICD #GitHubActions #YAML #Automation #LearningInPublic #CoderCo #TechJourney
To view or add a comment, sign in
-
Explore related topics
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development