heydiga
Official@hey-diga
Streamlines software development lifecycles through repository management, pull request orchestration, and standardized testing protocols for TypeScript-based engineering environments.
Agent Skills by heydiga
Showing 13 vetted skills indexed across 1 GitHub repositories.
commit
Generate conventional git commit messages from current changes.
review-pr-comments
Fetch and triage Claude Code PR review comments into actionable categories.
gh-issue
Create GitHub issues with codebase analysis and solution options.
start-working-on-issue
Convert GitHub issues into pull requests using gh and git CLIs.
create-branch
Generate a kebab-case git branch name from uncommitted changes and create it on main.
slack-pr-recap
Summarize a GitHub pull request into a Slack-ready recap and copy it to the clipboard.
ui-patterns
Apply dashboard UI templates for page layouts, loading states, and sheet scroll patterns.
merge-to-staging
Merge the current feature branch into a fresh staging branch with automated conflict analysis.
create-skill
Guide authors to compose compliant SKILL.md files and scaffold Claude skill directories.
fix-ci
Run Prisma generation, lint fixes, typecheck, and tests in TypeScript projects.
test-coverage-improve
Analyze JavaScript/TypeScript test coverage gaps and guide targeted improvements.
create-pr
Create a draft pull request after running lint, typecheck, and test scripts.
testing-guide
Implement Jest unit and integration tests with repository mocks and templates.
Frequently Asked Questions About heydiga
FAQPage SchemaWhat specific engineering tasks does heydiga enable?▼
The platform enables developers to manage repository tasks including conventional commit generation, GitHub issue creation, pull request summarization, and branch management. It further supports code quality by enforcing linting, typechecking, and test coverage improvements within TypeScript environments.
Which technical personas benefit most from these capabilities?▼
Software engineers and technical leads working within TypeScript-heavy repositories benefit most. These capabilities are designed for developers who prioritize standardized repository hygiene, consistent pull request documentation, and rigorous pre-merge validation processes to maintain high code quality standards.
What are the primary prerequisites for implementing these skills?▼
Implementation requires a local environment configured with Git and GitHub access. Projects must utilize TypeScript, Prisma for database schema management, and Jest for testing frameworks to leverage the full suite of validation and scaffolding capabilities provided by the registry.