Click any tag below to further narrow down your results
Links
This article explains how to use GitHub Copilot CLI to enhance your command-line workflow. It covers installation requirements, usage instructions, and offers practical prompts for generating code, managing tasks, and automating workflows directly from the terminal.
This article details DNSimple's journey to automate their management of GitHub repositories using Infrastructure as Code principles. It highlights the transition from a manual tool called Repocop to a more efficient system built with Terraform and CI/CD practices, improving consistency and visibility across hundreds of repositories.
This article introduces the WRAP framework to help developers effectively use GitHub Copilot. It emphasizes writing clear issues, refining instructions, breaking tasks into smaller parts, and leveraging the strengths of both humans and AI for better productivity.
The author shares their intense dislike for GitHub Actions, detailing a frustrating experience with a failed build for their project, tmplr. They criticize the CI process, emphasizing the inefficiency and isolation of builds across different platforms, ultimately opting to manage scripts outside of GitHub Actions for better control.
GitHub Agentic Workflows automate tasks in your repositories using AI. You can define workflows in markdown, and they integrate with GitHub features like Actions and Issues. The system prioritizes security with sandboxed execution and limited permissions.
This article outlines how to manage the recent change in NPM's token policy, which limits token validity to 90 days. It introduces a tool called github-update-secret that automates the process of updating access tokens across multiple GitHub repositories. While the long-term solution is to adopt OIDC, this tool provides a temporary fix.
GitHub Agentic Workflows automate repository tasks using AI, allowing users to create workflows in markdown instead of YAML. It integrates with GitHub features for improved efficiency, all while maintaining security through sandboxed execution and controlled permissions. The tool is still in early development, so caution is advised.
This article discusses the concept of Continuous Efficiency, which aims to enhance software development for sustainability using AI tools. It highlights GitHub's efforts to implement automated workflows that improve code quality and performance while reducing environmental impact.
The GitHub Copilot SDK is now in technical preview, allowing developers to embed AI capabilities into their applications. It simplifies the process by providing a ready-made execution loop, enabling features like planning, tool invocation, and command execution without building these systems from scratch.
SWE-Factory is an automated tool for generating GitHub issue resolution training data and evaluation benchmarks, significantly improving model performance through its framework. The updated version, SWE-Factory 1.5, offers enhanced robustness and supports multi-language evaluations, employing LLM-powered systems for efficient environment setup and testing. Users can easily set up their environments and validate datasets using provided scripts and commands.
Claude Code is a GitHub action that enhances PRs and issues by intelligently responding to context and executing code changes. It supports multiple authentication methods and includes features like code review, implementation of fixes, and seamless integration with GitHub workflows. The setup process is streamlined for users, providing various automation patterns and a comprehensive guide for migration and usage.
Claude-Flow v2.7 is an advanced AI orchestration platform that enhances development workflows through features like semantic vector search and a hybrid memory system, enabling faster and more efficient project management. It offers 25 natural language-activated skills and integrates seamlessly with GitHub, providing tools for automation and memory management. The latest version boasts significant performance improvements and a comprehensive toolkit for developers.
Sharon Brizinov shares her experience of earning $64,350 through bug bounty hunting by automating the recovery of deleted files from public GitHub repositories. By scanning thousands of repositories for exposed API keys and credentials hidden in Git's history, she highlighted the importance of addressing security vulnerabilities from seemingly deleted information.
A consistent strategy for managing releases and tags in a GitHub repository was developed using GitHub Actions to automate versioning, tagging, and release note generation. This solution simplifies the release process by adhering to semantic versioning and eliminating manual steps, ensuring that every code change is properly documented and versioned.
The article provides a comprehensive guide on securing GitHub Actions, emphasizing best practices for protecting workflows and sensitive data. It discusses common security risks and offers actionable recommendations to mitigate those risks, ensuring safer automation in software development processes.
Jules, an asynchronous coding agent developed by Google, is now in public beta, allowing developers to automate tasks such as writing tests, fixing bugs, and building features directly within their existing code repositories. It integrates with GitHub and operates in the cloud, providing a visible workflow and audio summaries of changes made. With advanced capabilities powered by the Gemini model, Jules aims to streamline the software development process while keeping user data private.
GitHub Copilot introduces agentic workflows that revolutionize the software development lifecycle by integrating intelligent agents that automate tasks, enhance collaboration, and address technical debt. This new approach, termed agentic DevOps, empowers developers to focus on creativity and innovation while improving efficiency and security. Additionally, Microsoft is open-sourcing GitHub Copilot to foster community-driven advancements in AI-assisted development.
The article outlines five essential GitHub Actions that every maintainer should be familiar with to streamline their workflows and enhance project management. It emphasizes the importance of automating tasks such as testing, deployment, and code quality checks to improve efficiency and collaboration in open source projects.
The article discusses the concept of structured vibe coding, a methodology for utilizing AI agents in software development by starting with specifications and managing tasks through a structured process. By using tools like GitHub Copilot and Azure AI Foundry, developers can enhance their productivity by automating repetitive tasks while maintaining human oversight. The author shares their experience in creating a multi-agent system that simplifies questionnaire processing, highlighting the importance of clear documentation and structured workflows in AI-assisted development.
GitHub Actions can significantly streamline data workflow automation by utilizing four distinct levels of capabilities. Each level offers varying degrees of complexity and functionality, catering to different automation needs from simple triggers to advanced custom workflows. Understanding these levels helps users effectively implement automation strategies tailored to their projects.
Jules automates tedious coding tasks such as bug fixing, version bumps, and feature building, allowing developers to focus on more important coding activities. It integrates with GitHub, fetching repositories and providing detailed plans for updates, while offering different plans based on user needs for task volume and concurrency. With the Gemini 2.5 Pro model, Jules enhances productivity by handling multiple tasks efficiently.
sbommv is a versatile tool for transferring Software Bill of Materials (SBOMs) between systems, utilizing a modular architecture that supports various input and output systems, including GitHub and AWS S3. The tool enhances SBOM management with features like metadata enrichment, continuous monitoring, and integration with platforms like Dependency-Track and the Interlynk Platform. Users can easily install and use sbommv to streamline their SBOM workflows and contribute to its ongoing development.