.local/skills/skill-authoring/SKILL.md
Create reusable skills that extend agent capabilities. Use when the user asks to create a skill, teach you something reusable, or save instructions for future tasks.
npx skillsauth add akhil151/dtpapp skill-authoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create skills to save reusable knowledge, procedures, and workflows that persist across sessions. Skills are instructions for future versions of yourself—write them as if teaching a fresh instance how to handle a task.
code-review).agents/skills/SKILLNAME/SKILL.md---
name: skill-name
description: What this skill does. When to use it.
---
# Skill Title
Instructions, examples, and workflows go here.
name: Max 64 chars, lowercase letters/numbers/hyphens onlydescription: Max 1024 chars, include WHAT it does and WHEN to use it.agents/skills/ - User and agent-editable skills. Create new skills here. These can be freely modified, updated, and deleted.~/.local/skills/ - Replit-provided skills. These are read-only and managed by the platform.description: Processes documents (too vague)description: Extracts text and images from PDF files. Use when the user asks to read, parse, or convert PDF documents..agents/skills/SKILLNAME/reference/api.md) and link to it from SKILL.md.agents/skills/ are mutable. Update them as you discover better patterns—don't treat them as permanent. Iterate as the user's needs evolve---
name: pr-review
description: Reviews pull requests for code quality and security. Use when the user asks to review a PR or check code changes.
---
# PR Review
## Process
1. Read the PR description and linked issues
2. Review each file for issues
3. Check for test coverage
4. Look for security vulnerabilities
5. Summarize findings with line references
## What to Check
- Logic errors and edge cases
- Security issues (injection, XSS, auth bypass)
- Performance concerns
- Missing error handling
## Output Format
\`\`\`markdown
## Summary
[1-2 sentence overview]
## Issues Found
- **[severity]** file:line - description
## Verdict
[Approve / Request Changes / Comment]
\`\`\`
tools
Manage application workflows including configuration, restart, and removal.
development
Search the web and fetch content from URLs. Use for real-time information, API documentation, and current events.
testing
Run automated UI tests against your application using a Playwright-based testing subagent. Use after implementing features to verify they work correctly.
testing
Search Replit documentation for platform features, pricing, deployments, and capabilities.