implementing-code
Codeänderungen implementieren und committen
Également disponible depuis: 1gy
Müssen Funktionen implementiert oder Bugs behoben werden. Diese Fähigkeit bietet einen strukturierten Workflow zur Codeanalyse, Umsetzung von Änderungen und Erstellung konventioneller Git-Commits.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "implementing-code". Implement a user profile page with name and email fields
Résultat attendu:
- Dateien geändert: src/components/UserProfile.tsx, src/pages/profile.css
- Profilformular mit Validierung hinzugefügt
- Speicherfunktion implementiert
- Commit: feat: Add user profile page with name and email
Utilisation de "implementing-code". Fix the login button not responding on mobile devices
Résultat attendu:
- Dateien geändert: src/components/LoginButton.tsx, src/styles/responsive.css
- Touch-Event-Handler hinzugefügt
- Touch-Zielgröße auf 48px erhöht
- Commit: fix: Add touch event handler to login button
Audit de sécurité
SûrThis skill is a prompt-based definition file with no executable code. All static findings are false positives: the 'Hardcoded URL' and 'Hidden file access' findings refer to a source_url metadata field; 'C2 keywords' and 'Weak cryptographic algorithm' findings incorrectly flag hexadecimal hashes and plain text commit messages; 'Ruby/shell backtick execution' findings document standard git commit commands. The skill uses only Read, Write, Edit, Glob, Grep, and git commands for safe local development operations.
Facteurs de risque
🌐 Accès réseau (1)
📁 Accès au système de fichiers (1)
⚙️ Commandes externes (3)
Score de qualité
Ce que vous pouvez construire
Feature-Implementierung
Neue Features nach Projektkonventionen hinzufügen und korrekt formatierte Commits erstellen
Bugfixes
Bestehenden Code untersuchen und Bugfixes mit klaren Commit-Nachrichten implementieren
Code-Refactoring
Code refaktorieren, Konsistenz beibehalten und aussagekräftige Commits erstellen
Essayez ces prompts
Use the implementing-code skill to add user authentication with email and password. Deliverable: Login form and validation.
Use implementing-code to fix the memory leak in the data processing module. Deliverable: Pass all existing tests.
Use implementing-code to refactor the utils module to use TypeScript types. Deliverable: Type-safe functions.
Use implementing-code to implement the dashboard with charts and data tables. Deliverable: Complete dashboard view with mock data.
Bonnes pratiques
- Klare Liefergegenstände mit spezifischen Abnahmekriterien bereitstellen
- Bestehende Code-Muster vor der Implementierung prüfen
- Conventional-Commit-Format für eine klare Changelog-Historie verwenden
Éviter
- Vage Liefergegenstände ohne klaren Umfang bereitstellen
- Änderungen vornehmen, ohne bestehende Muster zu untersuchen
- Commits ohne beschreibende Nachrichten erstellen