Guney
Community@guneysol
SWE @ Helius
Agent Skills by Guney
Showing 17 vetted skills indexed across 1 GitHub repositories.
mobile-check
Audits web pages at phone and tablet viewports for responsive layout problems.
daily-pr-maintenance
Stage conflict resolutions and review feedback fixes for authored GitHub pull requests.
security-threat-model
Generates repository-grounded threat models with trust boundaries, abuse paths, and prioritized mitigations.
screenshot
Capture desktop, window, and region screenshots across macOS, Linux, and Windows.
sync-main
Merge the repository default branch into the current feature branch without rebasing or pushing.
skeleton-auditor
Detect and fix skeleton-to-loaded-component layout shifts in React and Next.js branch diffs.
security-best-practices
Review code against language and framework security best practices and produce prioritized vulnerability reports.
backend-test
Verify changed backend routes with targeted HTTP requests against the actual diff.
find-skills
Search and install third-party Agent Skills from the skills.sh registry using the Skills CLI.
sync-agent-configs
Mirror allowlisted agent skills into a public repository with dry-run review and pruning.
pr
Creates GitHub pull requests following conventional commits, draft PR structure, and Slack notification conventions.
fix-pr-comments
Address actionable GitHub pull request feedback with scoped edits and validation.
llm-council
Runs decisions through five AI advisor sub-agents with peer review and chairman synthesis.
pr-overview
Reviews pull requests from diffs, surrounding code, checks, and review state.
fix-pr-comments-all
Fixes unresolved reviewer comments across all open GitHub pull requests using parallel per-PR subagents in isolated git worktrees.
simplify
Reviews the current diff and applies narrow behavior-preserving code cleanup.
nextjs-audit
Audits changed React and Next.js code against Vercel best practices with severity-ranked findings.
Frequently Asked Questions About Guney
FAQPage SchemaWhat tasks can I accomplish using Guney's skills?▼
You can manage the full GitHub PR lifecycle (creating, reviewing, syncing, and fixing comments), run repository-grounded AppSec threat models, audit React/Next.js code against Vercel best practices, verify backend routes against actual diffs, capture screenshots, and pressure-test decisions with a five-advisor council.
Who are these skills designed for?▼
Software engineers working in GitHub-centric teams, particularly those shipping pull requests with conventional commits, maintaining React/Next.js frontends, performing security reviews in Python, JavaScript/TypeScript, or Go, and developers who want multi-perspective validation of high-stakes technical decisions.
How do the pull request maintenance skills work in practice?▼
The daily-pr-maintenance and fix-pr-comments skills resolve merge conflicts and address actionable review feedback, then validate and stage changes without publishing. The fix-pr-comments-all variant sweeps every open PR in parallel, assigning one subagent per PR inside its own git worktree.
What are the prerequisites for using these skills?▼
PR skills require a GitHub repository with the gh CLI and an active feature branch. Backend route testing needs a known base URL or a safely startable local service. Mobile-check requires an available browser surface, and security reviews are limited to Python, JavaScript/TypeScript, and Go codebases.
When should the llm-council skill be triggered?▼
Trigger it for genuine decisions with real stakes and multiple options, using phrases like 'council this', 'pressure-test this', or 'I'm torn between'. Five advisors independently analyze, anonymously peer-review, and synthesize a verdict. It does not trigger on simple yes/no questions or factual lookups.