Skip to main content
Kenta Kase

Kenta Kase

Japan

I'm an OSS developer focused on GitHub Actions and GitHub Copilot. I follow the GitHub blog's changelog daily, sharing the latest features to help others adopt new technologies.

Community Contributions

Syncing AI Agent Instructions: How to Make GitHub Copilot and Claude Code Work Together

I shared a practical method to synchronize custom instruction files and slash commands across multiple AI coding assistants, such as GitHub Copilot and Claude Code. By leveraging symbolic links, I managed to centralize various tool-specific configuration files into a single master source, ensuring consistent behavior regardless of the tool I use. This setup allows me to switch between different AI agents seamlessly while maintaining the same project-specific context and custom rules.

Blogpost / 12-19-2025

Beyond Coding: Using Issues and PRs for Systematic Solo Development with GitHub Copilot

I recently shared my detailed process for carrying out solo development by utilizing GitHub Copilot as a virtual teammate at VS Code Dev Days Tokyo. In this article, I walk through the full script of my presentation, illustrating how I collaboratively brainstorm feature specifications, systematically break down tasks into Issues and Sub-issues, and handle the implementation and code review stages. This methodical, Issue/Pull-request-driven approach enables me to manage my personal projects in a planned and structured way, just like engaging in a "standard" team development environment.

Blogpost / 09-18-2025

Stop Typing: Let GitHub Copilot Turn Meeting Notes into Perfect Issues

This article introduces a highly effective method I discovered for using GitHub Copilot Chat to create issues directly on GitHub. I explain that instead of manually typing out prompts, feeding the tool automatically generated meeting minutes—which typically contain "Next Action" items—significantly boosts my efficiency. This process enables Copilot to easily break down tasks, adhere to issue templates, and automatically set parameters like assignees, labels, and milestones, streamlining my task management workflow.

Blogpost / 07-12-2025

GitHub Copilot Utilization: A Guide for New Cybozu Developers

I recently learned how to leverage GitHub Copilot effectively in a professional setting, focusing on both its various features and the critical security considerations for business use. Specifically, I explored the functionalities available on github.com and within VSCode, including intelligent tab completion, Chat, and the powerful new Agent Mode. I was fascinated to see a demonstration of Agent Mode performing implementation, error correction, and testing almost entirely autonomously, which highlights its potential to significantly boost my development productivity.

Speaking (conference/usergroups) / 07-06-2025

What Can We Do with GitHub Copilot Spaces? A Review

I recently explored the newly released GitHub Copilot Spaces, which I feel is best described as GitHub's version of NotebookLM, allowing users to attach specific files and repositories as context for Copilot Chat. I found that its primary unique advantages over the standard Copilot Chat are currently limited to setting a system prompt and sharing the space within an organization, due to a strict token limit and the fact that the regular chat now supports multiple repository attachments. Despite these constraints, I believe this feature has potential for practical use cases, such as aggregating documentation for shared libraries or serving as a lightweight, alternative RAG system.

Blogpost / 05-30-2025

Related Stars