SKILL.md 903 B


name: "login-debugger"

description: "调试系统登录功能,使用默认账号admin/1。当用户需要测试登录功能或检查登录问题时调用。"

Login Debugger

Default Credentials

  • Username: admin
  • Password: 1

When to Use

Invoke this skill when:

  • User needs to test login functionality
  • User reports login issues
  • User wants to verify authentication works correctly
  • User needs to debug login-related problems

Login Steps

  1. Open the login page at http://localhost:8082
  2. Fill in username: "admin"
  3. Fill in password: "1"
  4. Click the "立即登录" button
  5. Verify successful login by checking for expected page elements

Troubleshooting

  • If login fails, check if auth service is running on port 8083
  • Verify database credentials are correct
  • Check browser console for errors
  • Verify network connectivity between frontend and auth services