← all publishers

paulkinlan

@paulkinlan source repo

51 published skills

  1. Agent Reviews · paulkinlan bundle
    Review and fix PR review bot findings on current PR, loop until resolved. Fetches unanswered bot comments, evaluates each finding, fixes real bugs, dismisses false positives, and replies to every comment with the outcome.
    0
    installs
  2. Code Reviewer · paulkinlan
    Expert code reviewer that checks code against project guidelines in CLAUDE.md with high precision to minimize false positives. Reviews for bugs, style violations, and code quality. Triggers: Before committing code, when reviewing changes, when checking code quality. Examples: - "Review my recent changes" -> reviews unstaged git diff against project guidelines - "Check if everything looks good" -> comprehensive code review - "Review this code before I commit" -> pre-commit quality check - "Check this PR" -> reviews all changes in the current PR
    0
    installs
  3. Moder Web Dev · paulkinlan
    Use this skill when implementing web features to ensure modern APIs and techniques are used. Triggers: Building UI components, adding browser APIs, implementing features that could use legacy patterns. Examples: - "Add a copy to clipboard button" → ensures Clipboard API is used, not document.execCommand - "Implement drag and drop" → ensures HTML Drag and Drop API, not legacy jQuery UI - "Add form validation" → ensures Constraint Validation API, not manual validation - "Fetch data from API" → ensures fetch() with modern patterns, not XMLHttpRequest Additionally, always check for documented browser support requirements before recommending APIs. If you are asked about web development best practices or modern APIs, use this skill to provide up-to-date guidance.
    0
    installs
  4. Code Simplifier · paulkinlan
    Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. This agent should be triggered automatically after completing a coding task or writing a logical chunk of code. It simplifies code by following project best practices while retaining all functionality. The agent focuses only on recently modified code unless instructed otherwise. Triggers: After writing or modifying code, when code needs simplification, when refactoring for clarity. Examples: - "Simplify this code" -> analyzes and simplifies recently modified code - "Make this clearer" -> improves readability while preserving behavior - "Refine this implementation" -> applies project standards and reduces complexity - "Clean up the code I just wrote" -> simplifies recent changes
    0
    installs
  5. Fix Pr Comments · paulkinlan
    Fix all comments from the GitHub pull request for the current branch. Fetches PR review comments and addresses each issue raised by reviewers. Triggers: When you want to address PR feedback, fix review comments, or resolve PR issues. Examples: - "Fix the PR comments" → fetches and fixes all outstanding review comments - "Address the review feedback" → same behavior - "Fix PR issues" → same behavior
    0
    installs
  6. Comment Analyzer · paulkinlan
    Analyzes code comments for accuracy, completeness, and long-term maintainability. Identifies misleading comments, comment rot, and documentation gaps. Triggers: After adding documentation, before finalizing a PR, when reviewing comments. Examples: - "Check if the comments are accurate" -> verifies comments match code behavior - "Review the documentation I added" -> analyzes new comments for quality - "Analyze comments for technical debt" -> finds outdated or misleading comments - "Are my docstrings correct?" -> validates documentation accuracy
    0
    installs
  7. Pr Test Analyzer · paulkinlan
    Analyzes pull request test coverage quality and completeness. Focuses on behavioral coverage rather than line coverage, identifying critical gaps, test quality issues, and missing edge cases. Triggers: After writing tests, before creating a PR, when reviewing test coverage. Examples: - "Check if the tests are thorough" -> analyzes test coverage quality - "Review test coverage for this PR" -> maps tests to changed code - "Are there any critical test gaps?" -> identifies missing test scenarios - "Review my test quality" -> evaluates test resilience and patterns
    0
    installs
  8. Type Design Analyzer · paulkinlan
    Analyzes type design quality focusing on encapsulation, invariant expression, usefulness, and enforcement. Provides quantitative ratings (1-10) for each dimension. Triggers: When adding new types, reviewing type design in PRs, refactoring types. Examples: - "Review the UserAccount type design" -> analyzes type encapsulation and invariants - "Analyze type design in this PR" -> reviews all newly added types - "Check if this type has strong invariants" -> evaluates invariant enforcement - "How can I improve this type?" -> provides actionable type design suggestions
    0
    installs
  9. Silent Failure Hunter · paulkinlan
    Identifies silent failures, inadequate error handling, and inappropriate fallback behavior in code. Zero tolerance for errors that occur without proper logging and user feedback. Triggers: When reviewing error handling, checking for silent failures, analyzing catch blocks. Examples: - "Review the error handling" -> audits all error handling in recent changes - "Check for silent failures" -> hunts for swallowed errors and empty catch blocks - "Analyze catch blocks in this PR" -> reviews every try-catch for adequacy - "Are there any hidden failures?" -> finds errors that get silently ignored
    0
    installs
  10. Test Plan · paulkinlan
    Create a structured test plan with specific test cases and expected results
    0
    installs
  11. Focused Pr · paulkinlan
    Create focused, well-scoped changesets with clear commit messages
    0
    installs
  12. CI Pipeline · paulkinlan
    Design CI/CD pipeline configurations with fast feedback and minimal permissions
    0
    installs
  13. Triage Routing · paulkinlan
    Classify incoming requests and route to the appropriate specialist agent
    0
    installs
  14. Code Refactor · paulkinlan
    Refactor code for improved quality without changing behavior
    0
    installs
  15. Project Setup · paulkinlan
    Set up a new coding project with proper structure, dependencies, and configuration
    0
    installs
  16. Regression Check · paulkinlan
    Verify recent changes have not broken existing functionality
    0
    installs
  17. Fact Checking · paulkinlan
    Verify factual claims in a document against available evidence, producing an annotated report
    0
    installs
  18. Meeting Prep · paulkinlan
    Prepare structured meeting agendas and pre-reads from task board, artifacts, and team context
    0
    installs
  19. Runbook Creation · paulkinlan
    Create operational runbooks with step-by-step procedures, decision points, and rollback instructions
    0
    installs
  20. Code Review · paulkinlan
    Review code for correctness, security, performance, and style
    0
    installs
  21. Data Analysis · paulkinlan
    Analyze data files and produce summary statistics with real commands
    0
    installs
  22. Metrics Report · paulkinlan
    Produce a formatted metrics report with key indicators, trends, and recommendations
    0
    installs
  23. System Design · paulkinlan
    Produce a technical design document for a system or component
    0
    installs
  24. Test And Validate · paulkinlan
    Run tests, validate output, and verify correctness before marking work complete
    0
    installs
  25. Editorial Review · paulkinlan
    Review a document for clarity, consistency, correctness, and tone
    0
    installs
  26. Risk Assessment · paulkinlan
    Identify, analyze, and prioritize risks in a project or initiative with a scored risk register
    0
    installs
  27. Proposal Writing · paulkinlan
    Write business or technical proposals that propose a course of action with rationale, costs, and implementation plan
    0
    installs
  28. Task Workflow · paulkinlan
    Standard procedure for working through tasks on the shared task board. Use at the start of every work cycle.
    0
    installs
  29. Status Reporting · paulkinlan
    Generate project status reports from task board data, agent outputs, and system health
    0
    installs
  30. Technical Writing · paulkinlan
    Write clear technical documentation for a specific audience
    0
    installs
  31. Report Results · paulkinlan
    How to report results back to the team after completing work. Use after finishing any task or request.
    0
    installs
  32. Codebase Survey · paulkinlan
    Survey a codebase to produce an inventory of structure, dependencies, and patterns
    0
    installs
  33. Decision Record · paulkinlan
    Write Architecture Decision Records (ADRs) documenting decisions with context, options, rationale, and consequences
    0
    installs
  34. Dependency Audit · paulkinlan
    Audit project dependencies for known vulnerabilities and license issues
    0
    installs
  35. Executive Briefing · paulkinlan
    Write concise executive summaries and status briefings using BLUF format for leadership audiences
    0
    installs
  36. Task Decomposition · paulkinlan
    Break a high-level goal into concrete actionable tasks with dependencies
    0
    installs
  37. Artifact Sharing · paulkinlan
    How to share files with other agents via the shared workspace. Use whenever you produce output that another agent needs.
    0
    installs
  38. Dockerfile Authoring · paulkinlan
    Write efficient, secure Dockerfiles following best practices
    0
    installs
  39. Delegation Workflow · paulkinlan
    Discover team members, delegate tasks, and track progress to completion
    0
    installs
  40. Incident Classification · paulkinlan
    Classify, prioritize, and route incoming incidents based on severity, category, and affected components
    0
    installs
  41. Stakeholder Mapping · paulkinlan
    Identify stakeholders and map their influence, interest, and communication needs
    0
    installs
  42. Vulnerability Scan · paulkinlan
    Scan source code for security vulnerabilities following OWASP methodology
    0
    installs
  43. Changelog Generation · paulkinlan
    Generate changelog from git history or task records
    0
    installs
  44. Comparative Analysis · paulkinlan
    Compare options against weighted criteria with scored matrix, sensitivity analysis, and quantified recommendation
    0
    installs
  45. Literature Review · paulkinlan
    Review existing documents, reports, and references on a topic to synthesize findings and identify gaps
    0
    installs
  46. Source Evaluation · paulkinlan
    Evaluate reliability and relevance of information sources
    0
    installs
  47. Cost Benefit Analysis · paulkinlan
    Evaluate costs vs benefits of a proposed change, investment, or decision with quantified ROI
    0
    installs
  48. Agent Communication · paulkinlan
    How to communicate with other agents on the system. Use when you need to ask questions, share information, or coordinate.
    0
    installs
  49. Structured Research · paulkinlan
    Conduct structured research producing organized notes with sources
    0
    installs
  50. Competitive Analysis · paulkinlan
    Analyze competing products, tools, or approaches and produce a structured comparison report
    0
    installs
  51. Chrome Devrel · paulkinlan bundle
    Public-alpha, stage-aware Chrome Developer Relations copilot for validating developer problems, rehearsing user and stakeholder perspectives, running friction and continuous-improvement loops, planning ecosystem adoption, protecting teams during contentious launches, and producing coherent enablement assets.
    0
    installs