Loading...
Loading...
Refresh AI's understanding of code. Use this skill when the user mentions terms like "refresh", "re-understand", "refresh cache", "reload", etc. This skill compares all modified files, re-reads and understands the code that may have been modified by humans, ensuring that the AI's context is synchronized with the latest code state.
npx skill4agent add bulls-cows/skills yy-refreshgit diff --name-only HEAD
git diff --cached --name-only
git status --shortgit diff --cached [file]git diff [file]## Refresh Results
### Statistics
- Total modified files: N
- Staged files: M
- Unstaged files: K
### File Details
#### src/auth/login.ts
- Change type: Modified
- Change content: Added getToken method, modified validateUser function signature
- Key changes:
- `getToken()`: New method to generate JWT Token
- `validateUser()`: Added passwordHash parameter
#### src/utils/helper.ts
- Change type: Added
- Change content: New file
- Key changes:
- Entire file is newly added, containing 3 utility functions
#### src/components/Button.vue
- Change type: Deleted
- Change content: Removed deprecated component
- Key changes:
- The entire component has been removed
## Summary
Successfully refreshed understanding of 3 files. The current AI context is now synchronized with the latest code state.